forked from Consensys/quorum
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore signature error when validating header
Consensys#1118 fixed an issue due to which some blocks could be produced with an invalid seal in the list of signers. This change ignores the error during block import/sync.
- Loading branch information
Vinod Damle
committed
Oct 5, 2022
1 parent
6c76d81
commit 5fc7103
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why does this work?
addrs
will get a zero address appended, which will result in an error in the ValidateSeals.