Merge pull request #1872 from tcharding/05-24-rm-prevouts-export

psbt: Remove reexport of Prevouts
This commit is contained in:
Steven Roose 2023-05-30 02:48:34 +01:00 committed by GitHub
commit 7bf0a106dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;