Commit 06fa59b6 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Revert "Update primitives/src/v1.rs"

This reverts commit 11fce278.
parent 0c5fa1b5
...@@ -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 handle the downward messages correctly. /// The parachain didn't handled 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