mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 22:43:47 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if f.isPrecompiledAddr(a) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
accountCreation := &pbeth.AccountCreation{
|
accountCreation := &pbeth.AccountCreation{
|
||||||
Account: a.Bytes(),
|
Account: a.Bytes(),
|
||||||
Ordinal: f.blockOrdinal.Next(),
|
Ordinal: f.blockOrdinal.Next(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue