diff --git a/polkadot/node/network/collator-protocol/src/error.rs b/polkadot/node/network/collator-protocol/src/error.rs index 271448915ea9..a0785b135a62 100644 --- a/polkadot/node/network/collator-protocol/src/error.rs +++ b/polkadot/node/network/collator-protocol/src/error.rs @@ -102,15 +102,11 @@ impl SecondingError { self, PersistedValidationDataMismatch | CandidateHashMismatch | -<<<<<<< HEAD - Duplicate | ParentHeadDataMismatch -======= RelayParentMismatch | ParentHeadDataMismatch | InvalidCoreIndex(_, _) | InvalidSessionIndex(_, _) | InvalidReceiptVersion(_) ->>>>>>> 5e0bcb0 (Let's be a bit less strict here. (#6662)) ) } }