Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Oct 6, 2023
1 parent 69cfe7d commit acb959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (m *miner) NextBaseFee() *big.Int {
// Prepare prepares the blockchain for processing a new block at the given height.
func (m *miner) Prepare(ctx context.Context, number uint64) *types.Header {
// Prepare the State, Block, Configuration, Gas, and Historical plugins for the block.
m.sp.Reset(ctx)
m.sp.Prepare(ctx)
m.bp.Prepare(ctx)
m.cp.Prepare(ctx)
m.gp.Prepare(ctx)
Expand Down

0 comments on commit acb959b

Please sign in to comment.