Skip to content

Commit fd5f8c3

Browse files
eskimoreskimor
authored andcommitted
Let's be a bit less strict here. (#6662)
This might actually happen in non malicious cases. Co-authored-by: eskimor <[email protected]> (cherry picked from commit 5e0bcb0)
1 parent 641e133 commit fd5f8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • polkadot/node/network/collator-protocol/src

polkadot/node/network/collator-protocol/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl SecondingError {
122122
PersistedValidationDataMismatch |
123123
CandidateHashMismatch |
124124
RelayParentMismatch |
125-
Duplicate | ParentHeadDataMismatch |
125+
ParentHeadDataMismatch |
126126
InvalidCoreIndex(_, _) |
127127
InvalidSessionIndex(_, _) |
128128
InvalidReceiptVersion(_)

0 commit comments

Comments
 (0)