mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
FIX: Fixing concurrent block flushing config
This commit is contained in:
parent
2a258909a3
commit
b1057965c9
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ func NewFirehose(config *FirehoseConfig) *Firehose {
|
|||
hasher: crypto.NewKeccakState(),
|
||||
tracerID: "global",
|
||||
applyBackwardCompatibility: config.ApplyBackwardCompatibility,
|
||||
concurrentBlockFlushing: config.ConcurrentBlockFlushing,
|
||||
|
||||
// Block state
|
||||
blockOrdinal: &Ordinal{},
|
||||
|
|
|
|||
Loading…
Reference in a new issue