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 018926c commit 14b9291Copy full SHA for 14b9291
bitcoind-tests/tests/test_desc.rs
@@ -177,7 +177,7 @@ pub fn test_desc_satisfy(
177
let mut aux_rand = [0u8; 32];
178
rand::thread_rng().fill_bytes(&mut aux_rand);
179
let schnorr_sig =
180
- secp.sign_schnorr_with_aux_rand(&msg, &internal_keypair.to_inner(), &aux_rand);
+ secp.sign_schnorr_with_aux_rand(&msg, &internal_keypair.to_keypair(), &aux_rand);
181
psbt.inputs[0].tap_key_sig =
182
Some(taproot::Signature { signature: schnorr_sig, sighash_type });
183
} else {
0 commit comments