mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
block: use commit sig size instead of vote size (#5490)
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user