mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
Moved blockIsPrecompiledAddr state variable inside the // Block section
This commit is contained in:
parent
f6edb601fa
commit
069b0b36ba
1 changed files with 7 additions and 7 deletions
|
|
@ -152,6 +152,7 @@ type Firehose struct {
|
|||
blockOrdinal *Ordinal
|
||||
blockFinality *FinalityStatus
|
||||
blockRules params.Rules
|
||||
blockIsPrecompiledAddr func(addr common.Address) bool
|
||||
blockReorderOrdinal bool
|
||||
blockReorderOrdinalSnapshot uint64
|
||||
blockReorderOrdinalOnce sync.Once
|
||||
|
|
@ -161,7 +162,6 @@ type Firehose struct {
|
|||
transaction *pbeth.TransactionTrace
|
||||
transactionLogIndex uint32
|
||||
inSystemCall bool
|
||||
blockIsPrecompiledAddr func(addr common.Address) bool
|
||||
transactionIsolated bool
|
||||
transactionTransient *pbeth.TransactionTrace
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue