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

Commit

Permalink
try it
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jan 17, 2024
1 parent 84d501e commit 9485e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmos/x/evm/keeper/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (k *Keeper) ProcessPayloadEnvelope(
// which will be written to by InsertBlock. This is a runMsgs cache context, which is
// only written once ProcessPayloadEnvelope executes without error.
k.spf.SetFinalizeBlockContext(ctx)
defer k.spf.SetLatestQueryContext(ctx)
k.chain.PrimePlugins(ctx)

// Insert the finalized block and set the chain head.
Expand Down

0 comments on commit 9485e1b

Please sign in to comment.