Skip to content

Commit

Permalink
Let's be a bit less strict here. (paritytech#6662)
Browse files Browse the repository at this point in the history
This might actually happen in non malicious cases.

Co-authored-by: eskimor <eskimor@no-such-url.com>
  • Loading branch information
eskimor and eskimor authored Nov 29, 2024
1 parent 8eac4e8 commit 5e0bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/network/collator-protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl SecondingError {
PersistedValidationDataMismatch |
CandidateHashMismatch |
RelayParentMismatch |
Duplicate | ParentHeadDataMismatch |
ParentHeadDataMismatch |
InvalidCoreIndex(_, _) |
InvalidSessionIndex(_, _) |
InvalidReceiptVersion(_)
Expand Down

0 comments on commit 5e0bcb0

Please sign in to comment.