Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grandpa: Ensure
WarpProof
stays in its limits
There was the chance that a `WarpProof` was bigger than the maximum warp sync proof size. This could have happened when inserting the last justification, which then may pushed the total proof size above the maximum. The solution is simply to ensure that the last justfication also fits into the limits.
- Loading branch information