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 f9907b0 commit e361cfcCopy full SHA for e361cfc
bitcoind-tests/tests/test_desc.rs
@@ -297,7 +297,7 @@ pub fn test_desc_satisfy(
297
// Assert that the confirmations are > 0.
298
let num_conf = cl.get_transaction(&txid, None).unwrap().info.confirmations;
299
assert!(num_conf > 0);
300
- return Ok(tx.input[0].witness.clone());
+ Ok(tx.input[0].witness.clone())
301
}
302
303
// Find all secret corresponding to the known public keys in ms
0 commit comments