Skip to content

Commit

Permalink
Fixes firehose compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jun 21, 2023
1 parent 6648c4a commit 5a63ffd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/parallel_state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ func (p *ParallelStateProcessor) Process(block *types.Block, statedb *state.Stat
// block progress is enabled.
if firehoseContext.Enabled() {
firehoseContext.FinalizeBlock(block)
finalizedSent = true
} else if firehose.BlockProgressEnabled {
firehose.SyncContext().FinalizeBlock(block)
}
Expand Down
1 change: 0 additions & 1 deletion firehose/context.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package firehose

import (
"bytes"
"encoding/binary"
"fmt"
"math"
Expand Down

0 comments on commit 5a63ffd

Please sign in to comment.