Skip to content

Commit

Permalink
BACKPORT-CONFLICT
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor authored and github-actions[bot] committed Dec 9, 2024
1 parent ed1932e commit ee875bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions polkadot/node/network/collator-protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,15 @@ impl SecondingError {
self,
PersistedValidationDataMismatch |
CandidateHashMismatch |
<<<<<<< HEAD
Duplicate | ParentHeadDataMismatch
=======
RelayParentMismatch |
ParentHeadDataMismatch |
InvalidCoreIndex(_, _) |
InvalidSessionIndex(_, _) |
InvalidReceiptVersion(_)
>>>>>>> 5e0bcb0 (Let's be a bit less strict here. (#6662))
)
}
}
Expand Down

0 comments on commit ee875bf

Please sign in to comment.