From 00ee953593a5b327061ddc2d568b9b1969a2a914 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 28 Nov 2023 14:40:20 +0330 Subject: [PATCH] rm comment --- core/state/statedb.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/statedb.go b/core/state/statedb.go index b6f0b17320..8740d7df6f 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -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) }