Skip to content

Commit

Permalink
Add SetCheckRWInLoading in TxExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestarhero committed Jan 18, 2024
1 parent b0235af commit 8f34632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ebp/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

type TxExecutor interface {
SetAotParam(aotDir string, aotReloadInterval int64)
SetCheckRWInLoading(b bool)

//step 1: for deliverTx, collect block txs in engine.txList
CollectTx(tx *gethtypes.Transaction)
Expand Down

0 comments on commit 8f34632

Please sign in to comment.