diff --git a/src/wallet/batch/plan.rs b/src/wallet/batch/plan.rs index e9dfa97034..c7cece7b08 100644 --- a/src/wallet/batch/plan.rs +++ b/src/wallet/batch/plan.rs @@ -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);