Export sighash::HashType

This commit is contained in:
Deirdre Connolly 2020-09-25 19:26:39 -04:00 committed by Deirdre Connolly
parent 5df0ff4086
commit db54a623b7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pub use joinsplit::JoinSplitData;
pub use lock_time::LockTime; pub use lock_time::LockTime;
pub use memo::Memo; pub use memo::Memo;
pub use shielded_data::ShieldedData; pub use shielded_data::ShieldedData;
pub use sighash::HashType;
use crate::{ use crate::{
amount::Amount, amount::Amount,