block: fix max commit sig size (#5567)

This commit is contained in:
Callum Waters
2020-10-26 10:18:59 +01:00
parent a0f08686fb
commit c4f1b2d7db
4 changed files with 21 additions and 27 deletions

View File

@@ -30,3 +30,4 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
- [abci/grpc] \#5520 Return async responses in order, to avoid mempool panics. (@erikgrinaker)
- [blockchain/v2] \#5530 Fix "processed height 4541 but expected height 4540" panic (@melekes)
- [consensus/wal] Fix WAL autorepair by opening target WAL in read/write mode (@erikgrinaker)
- [block] \#5567 Fix MaxCommitSigBytes (@cmwaters)