From c824ecc3404188dd064a3a3adab7d6e7b30f5140 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 14 Feb 2022 18:33:58 -0500 Subject: [PATCH] use state in process proposal --- internal/state/execution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/state/execution.go b/internal/state/execution.go index b94b4af43..32ca0d514 100644 --- a/internal/state/execution.go +++ b/internal/state/execution.go @@ -151,7 +151,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock( func (blockExec *BlockExecutor) ProcessProposal( ctx context.Context, block *types.Block, - initialHeight int64, + state State, ) (bool, error) { req := abci.RequestProcessProposal{ Hash: block.Header.Hash(),