block: use commit sig size instead of vote size (#5490)

This commit is contained in:
Callum Waters
2020-10-13 17:21:37 +02:00
committed by GitHub
parent e1644d00c5
commit 55e8ccab21
6 changed files with 146 additions and 50 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ func TestTxFilter(t *testing.T) {
tx types.Tx
isErr bool
}{
{types.Tx(tmrand.Bytes(2151)), false},
{types.Tx(tmrand.Bytes(2152)), true},
{types.Tx(tmrand.Bytes(2187)), false},
{types.Tx(tmrand.Bytes(2188)), true},
{types.Tx(tmrand.Bytes(3000)), true},
}