psbt: Remove reexport of Prevouts
No idea why this re-export is here, the `Prevouts` type is not even used in the `psbt` module. Remove the re-export of `crate::sighash::Prevouts` from `pstb`.
This commit is contained in:
parent
b5aa482532
commit
ab4e6d6f27
|
@ -20,7 +20,6 @@ use crate::blockdata::transaction::{Transaction, TxOut};
|
||||||
use crate::crypto::ecdsa;
|
use crate::crypto::ecdsa;
|
||||||
use crate::crypto::key::{PrivateKey, PublicKey};
|
use crate::crypto::key::{PrivateKey, PublicKey};
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
pub use crate::sighash::Prevouts;
|
|
||||||
use crate::sighash::{self, EcdsaSighashType, SighashCache};
|
use crate::sighash::{self, EcdsaSighashType, SighashCache};
|
||||||
use crate::Amount;
|
use crate::Amount;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue