newAccount log bugfix

This commit is contained in:
Arun Dhyani 2024-01-17 13:46:41 +08:00
parent 0b70fbd76a
commit 80545c7ca0

View file

@ -838,10 +838,6 @@ func (f *Firehose) OnNewAccount(a common.Address) {
return
}
if f.isPrecompiledAddr(a) {
return
}
accountCreation := &pbeth.AccountCreation{
Account: a.Bytes(),
Ordinal: f.blockOrdinal.Next(),