Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into gav-optional-storage
  • Loading branch information
gavofyork authored Feb 16, 2018
commit 002ab5f45f988235d6d3fbde70ddbe3dafc607c1
6 changes: 6 additions & 0 deletions substrate/client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ error_chain! {
description("authority value state error"),
display("Current state of blockchain has invalid authority value for index {}", i),
}

/// Bad justification for header.
BadJustification(h: ::primitives::block::Id) {
description("bad justification for header"),
display("bad justification for header: {}", h),
}
}
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.