Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 17, 2023
1 parent f7532c0 commit b89b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl fmt::Display for Error {
Self::InvalidCapabilityByte { index, byte } => {
write!(f, "invalid capability byte at index {index}: {byte:x}")
}
Self::InvalidBlockBodyKind(k) => write!(f, "invalid block kind: {k}"),
Self::InvalidBlockBodyKind(k) => write!(f, "invalid block body kind: {k}"),
Self::InvalidRewardInputIndex(idx) => write!(f, "invalid reward input index: {idx}"),
Self::InvalidStorageDepositAmount(amount) => {
write!(f, "invalid storage deposit amount: {amount}")
Expand Down

0 comments on commit b89b30d

Please sign in to comment.