Unverified Commit 11fce278 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Update primitives/src/v1.rs



Co-authored-by: default avatarPeter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
parent d6439fed
...@@ -665,7 +665,7 @@ pub enum CheckValidationOutputsError { ...@@ -665,7 +665,7 @@ pub enum CheckValidationOutputsError {
PrematureCodeUpgrade, PrematureCodeUpgrade,
/// The new parachain code is too large. /// The new parachain code is too large.
NewCodeTooLarge, NewCodeTooLarge,
/// The parachain didn't handled the downward messages correctly. /// The parachain didn't handle the downward messages correctly.
IncorrectDownwardMessageHandling, IncorrectDownwardMessageHandling,
/// The parachain returned invalid upward messages. /// The parachain returned invalid upward messages.
InvalidUpwardMessages, InvalidUpwardMessages,
......
Supports Markdown
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