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 <[email protected]>
  • Loading branch information
2 people authored and Krayt78 committed Dec 18, 2024
1 parent a879197 commit 57791ea
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 57791ea

Please sign in to comment.