mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
newAccount log bugfix
This commit is contained in:
parent
0b70fbd76a
commit
80545c7ca0
1 changed files with 0 additions and 4 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue