We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a33219 commit 377da74Copy full SHA for 377da74
crates/electrum/tests/test_electrum.rs
@@ -71,7 +71,7 @@ where
71
if let Some(chain_update) = update.chain_update.clone() {
72
let _ = chain
73
.apply_update(chain_update)
74
- .map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
+ .map_err(|err| anyhow::anyhow!("LocalChain update error: {err:?}"))?;
75
}
76
let _ = graph.apply_update(update.tx_update.clone());
77
0 commit comments