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(),