Skip to content
Snippets Groups Projects
Commit fd5f8c38 authored by eskimor's avatar eskimor Committed by github-actions[bot]
Browse files

Let's be a bit less strict here. (#6662)


This might actually happen in non malicious cases.

Co-authored-by: default avatareskimor <eskimor@no-such-url.com>
(cherry picked from commit 5e0bcb0e)
parent 641e133c
No related merge requests found
Pipeline #508593 waiting for manual action with stages
in 46 minutes and 51 seconds
......@@ -122,7 +122,7 @@ impl SecondingError {
PersistedValidationDataMismatch |
CandidateHashMismatch |
RelayParentMismatch |
Duplicate | ParentHeadDataMismatch |
ParentHeadDataMismatch |
InvalidCoreIndex(_, _) |
InvalidSessionIndex(_, _) |
InvalidReceiptVersion(_)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment