mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
add tx conversions to get consensus tests to pass
This commit is contained in:
@@ -144,7 +144,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
|
||||
panic(fmt.Sprintf("application returned invalid ResponsePrepareProposal: %s", err))
|
||||
}
|
||||
|
||||
return state.BlockFromResponsePrepareProposal(height, preparedProposal)
|
||||
return state.MakeBlock(height, types.TxRecordsToTxs(preparedProposal.IncludedTxs()), commit, evidence, proposerAddr)
|
||||
}
|
||||
|
||||
func (blockExec *BlockExecutor) ProcessProposal(
|
||||
|
||||
Reference in New Issue
Block a user