diff --git a/bitcoin/src/crypto/taproot.rs b/bitcoin/src/crypto/taproot.rs index f1c18b2f..d7cc880a 100644 --- a/bitcoin/src/crypto/taproot.rs +++ b/bitcoin/src/crypto/taproot.rs @@ -8,7 +8,6 @@ use core::fmt; use internals::write_err; -pub use secp256k1::{self, constants, Keypair, Parity, Secp256k1, Verification, XOnlyPublicKey}; use crate::prelude::*; use crate::sighash::{InvalidSighashTypeError, TapSighashType};