Skip to content

Commit 637b18e

Browse files
chore: backport (#1408) (#1409)
## Description #1408
1 parent b1d52fd commit 637b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/replay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ func (h *Handshaker) replayBlock(state sm.State, height int64, proxyApp proxy.Ap
519519

520520
// Use stubs for both mempool and evidence pool since no transactions nor
521521
// evidence are needed here - block already exists.
522-
blockExec := sm.NewBlockExecutor(h.stateStore, h.logger, proxyApp, emptyMempool{}, sm.EmptyEvidencePool{})
522+
blockExec := sm.NewBlockExecutor(h.stateStore, h.logger, proxyApp, emptyMempool{}, sm.EmptyEvidencePool{}, sm.WithBlockStore(h.store))
523523
blockExec.SetEventBus(h.eventBus)
524524

525525
var err error

0 commit comments

Comments
 (0)