add tx conversions to get consensus tests to pass

This commit is contained in:
William Banfield
2022-03-08 17:26:56 -05:00
parent 7f617af927
commit 778e2e8908
3 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -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(