rm comment

This commit is contained in:
Sina Mahmoodi 2023-11-28 14:40:20 +03:30
parent 8610f8f68c
commit 00ee953593

View file

@ -60,7 +60,6 @@ type StateLogger interface {
OnStorageChange(addr common.Address, slot common.Hash, prev, new common.Hash)
OnLog(log *types.Log)
// OnNewAccount is called when a new account is created.
// Note: it will be even invoked when precompiled contracts are populated.
OnNewAccount(addr common.Address)
}