Skip to content

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Mar 1, 2025
1 parent 1abb18c commit a6a589a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/batch/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ impl Plan {
}

let secp256k1 = Secp256k1::new();
// we could derive the untweaked key pair from the descriptor?
let key_pair = UntweakedKeypair::new(&secp256k1, &mut rand::thread_rng());
let (public_key, _parity) = XOnlyPublicKey::from_keypair(&key_pair);

Expand Down

0 comments on commit a6a589a

Please sign in to comment.