mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 14:51:13 +00:00
use state in process proposal
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user