From: Leonardo Lima Date: Wed, 5 Jun 2024 00:53:08 +0000 (-0300) Subject: fix: typo on `SignedAmount` instead of `Amount` X-Git-Tag: v1.0.0-alpha.13~2^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=20341a3ca1ab85ad77e022b5028136a635c3f42c;p=bdk fix: typo on `SignedAmount` instead of `Amount` --- 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);