thread vote information through for future use by vote extensions

This commit is contained in:
William Banfield
2022-03-11 16:41:49 -05:00
parent 26c4f9088f
commit dd98161894
5 changed files with 12 additions and 5 deletions
+3
View File
@@ -341,6 +341,7 @@ func TestCreateProposalBlock(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
@@ -419,6 +420,7 @@ func TestMaxTxsProposalBlockSize(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
@@ -533,6 +535,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
math.MaxInt64,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
partSet, err := block.MakePartSet(types.BlockPartSizeBytes)