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

Commit

Permalink
state plugin bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Oct 20, 2023
1 parent d49ee37 commit 96105b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/core/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (bc *blockchain) LoadLastState(ctx context.Context, number uint64) error {
}

func (bc *blockchain) PreparePlugins(ctx context.Context) {
bc.sp.Prepare(ctx)
bc.sp.Reset(ctx)
bc.bp.Prepare(ctx)
if bc.hp != nil {
Expand Down

0 comments on commit 96105b7

Please sign in to comment.