Skip to content

Commit 78eca98

Browse files
committed
fix: clippy
1 parent 819ba43 commit 78eca98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wallet/tests/wallet.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ fn test_create_tx_default_sequence() {
837837
/// Validate and return the transaction fee from a PSBT.
838838
/// Panics if extraction fails, fee calculation fails, or if calculated fee doesn't match PSBT's
839839
/// fee.
840-
>>>>>>> 96f227af (fix(test): `check_fee!` returns `Amount` instead of `Result<Amount>`)
841840
macro_rules! check_fee {
842841
($wallet:expr, $psbt: expr) => {{
843842
let tx = $psbt.clone().extract_tx().expect("failed to extract tx");

0 commit comments

Comments
 (0)