Skip to content

Commit

Permalink
fixup! Pretty print error msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed May 10, 2023
1 parent 7941839 commit f8a9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/client/eth_bridge/bridge_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ pub async fn relay_bridge_pool_proof(args: args::RelayBridgePoolProof) {
let error = error.bold();
let error = error.blink();
println!(
"{error}: Failed to retreive the Ethereum Bridge smart \
"{error}: Failed to retrieve the Ethereum Bridge smart \
contract address from storage with \
reason:\n{err_msg}\n\nPerhaps the Ethereum bridge is not \
active.",
Expand Down

0 comments on commit f8a9b02

Please sign in to comment.