mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
rm comment
This commit is contained in:
parent
8610f8f68c
commit
00ee953593
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ type StateLogger interface {
|
||||||
OnStorageChange(addr common.Address, slot common.Hash, prev, new common.Hash)
|
OnStorageChange(addr common.Address, slot common.Hash, prev, new common.Hash)
|
||||||
OnLog(log *types.Log)
|
OnLog(log *types.Log)
|
||||||
// OnNewAccount is called when a new account is created.
|
// OnNewAccount is called when a new account is created.
|
||||||
// Note: it will be even invoked when precompiled contracts are populated.
|
|
||||||
OnNewAccount(addr common.Address)
|
OnNewAccount(addr common.Address)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue