Remove public re-exports from private module

The `crypto::taproot` module is private, public re-exports are
inaccessible, remove them.
This commit is contained in:
Tobin C. Harding 2023-10-31 15:15:51 +11:00
parent 60318c4c71
commit 33774122e0
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
use core::fmt; use core::fmt;
use internals::write_err; use internals::write_err;
pub use secp256k1::{self, constants, Keypair, Parity, Secp256k1, Verification, XOnlyPublicKey};
use crate::prelude::*; use crate::prelude::*;
use crate::sighash::{InvalidSighashTypeError, TapSighashType}; use crate::sighash::{InvalidSighashTypeError, TapSighashType};