Removed unused param (#9394)

This commit is contained in:
Sergio Mena
2022-09-08 14:50:51 +02:00
committed by GitHub
parent 5a50158d87
commit 48ebd22dfc
5 changed files with 9 additions and 12 deletions

View File

@@ -312,7 +312,6 @@ func TestCreateProposalBlock(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
@@ -395,7 +394,6 @@ func TestMaxProposalBlockSize(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)