From f8a9b0200b4500557857eeae7d423e4174c2b0e3 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Wed, 10 May 2023 10:32:36 +0100 Subject: [PATCH] fixup! Pretty print error msgs --- apps/src/lib/client/eth_bridge/bridge_pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/src/lib/client/eth_bridge/bridge_pool.rs b/apps/src/lib/client/eth_bridge/bridge_pool.rs index 73e91f0da6..92e72819df 100644 --- a/apps/src/lib/client/eth_bridge/bridge_pool.rs +++ b/apps/src/lib/client/eth_bridge/bridge_pool.rs @@ -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.",