mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +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,18 +152,18 @@ type Firehose struct {
|
|||
blockOrdinal *Ordinal
|
||||
blockFinality *FinalityStatus
|
||||
blockRules params.Rules
|
||||
blockIsPrecompiledAddr func(addr common.Address) bool
|
||||
blockReorderOrdinal bool
|
||||
blockReorderOrdinalSnapshot uint64
|
||||
blockReorderOrdinalOnce sync.Once
|
||||
|
||||
// Transaction state
|
||||
evm *tracing.VMContext
|
||||
transaction *pbeth.TransactionTrace
|
||||
transactionLogIndex uint32
|
||||
inSystemCall bool
|
||||
blockIsPrecompiledAddr func(addr common.Address) bool
|
||||
transactionIsolated bool
|
||||
transactionTransient *pbeth.TransactionTrace
|
||||
evm *tracing.VMContext
|
||||
transaction *pbeth.TransactionTrace
|
||||
transactionLogIndex uint32
|
||||
inSystemCall bool
|
||||
transactionIsolated bool
|
||||
transactionTransient *pbeth.TransactionTrace
|
||||
|
||||
// Call state
|
||||
callStack *CallStack
|
||||
|
|
|
|||
Loading…
Reference in a new issue