Skip to content

Commit

Permalink
fix to contain an error detail
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed May 26, 2023
1 parent 0ee8e57 commit 4447232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub enum Error {
},
/// unexpected timestamp: expected={0} got={1}
UnexpectedTimestamp(u64, u64),
/// ethereum consensus error
/// ethereum consensus error: `{0}`
EthereumConsensusError(ethereum_consensus::errors::Error),
/// decode error: `{0}`
Decode(prost::DecodeError),
Expand Down

0 comments on commit 4447232

Please sign in to comment.