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:
parent
60318c4c71
commit
33774122e0
|
@ -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};
|
||||||
|
|
Loading…
Reference in New Issue