Skip to content

Commit c123a28

Browse files
committed
fix(electrum): clippy warnings
1 parent 08e189f commit c123a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/electrum/tests/test_electrum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ where
7171
if let Some(chain_update) = update.chain_update.clone() {
7272
let _ = chain
7373
.apply_update(chain_update)
74-
.map_err(|err| anyhow::anyhow!("LocalChain update error: {:?}", err))?;
74+
.map_err(|err| anyhow::anyhow!("LocalChain update error: {err:?}"))?;
7575
}
7676
let _ = graph.apply_update(update.tx_update.clone());
7777

0 commit comments

Comments
 (0)