Skip to content

Commit

Permalink
Update error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreim authored Dec 9, 2024
1 parent ee875bf commit eb4962b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions polkadot/node/network/collator-protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
}
}
Expand Down

0 comments on commit eb4962b

Please sign in to comment.