diff --git a/crates/electrum/tests/test_electrum.rs b/crates/electrum/tests/test_electrum.rs index bbf25a4f..46208139 100644 --- a/crates/electrum/tests/test_electrum.rs +++ b/crates/electrum/tests/test_electrum.rs @@ -102,7 +102,7 @@ fn scan_detects_confirmed_tx() -> anyhow::Result<()> { .expect("Fee must exist") .abs() .to_unsigned() - .expect("valid `SignedAmount`"); + .expect("valid `Amount`"); // Check that the calculated fee matches the fee from the transaction data. assert_eq!(fee, tx_fee);