e3: fix exec tx nil (#7322)

This commit is contained in:
Alex Sharov 2023-04-17 13:42:37 +07:00 committed by GitHub
parent 62d1e8a66c
commit 6d5a16a4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,6 +483,7 @@ func txnExecutor(tx kv.TemporalTx, chainConfig *chain.Config, engine consensus.E
stateReader.SetTx(tx)
ie := &intraBlockExec{
tx: tx,
engine: engine,
chainConfig: chainConfig,
br: br,