Merge pull request #1872 from tcharding/05-24-rm-prevouts-export
psbt: Remove reexport of Prevouts
This commit is contained in:
commit
7bf0a106dd
|
@ -20,7 +20,6 @@ use crate::blockdata::transaction::{Transaction, TxOut};
|
|||
use crate::crypto::ecdsa;
|
||||
use crate::crypto::key::{PrivateKey, PublicKey};
|
||||
use crate::prelude::*;
|
||||
pub use crate::sighash::Prevouts;
|
||||
use crate::sighash::{self, EcdsaSighashType, SighashCache};
|
||||
use crate::Amount;
|
||||
|
||||
|
|
Loading…
Reference in New Issue