Skip to content
Snippets Groups Projects
Unverified Commit 5e0bcb0e authored by eskimor's avatar eskimor Committed by GitHub
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>
parent 8eac4e88
Branches
No related merge requests found
Pipeline #507690 waiting for manual action with stages
in 1 hour, 33 minutes, and 38 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