Skip to content

Commit 1f61b11

Browse files
committed
Re-export Witness at crate level. Closes #770
1 parent 40ea54d commit 1f61b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ pub use blockdata::transaction::TxIn;
124124
pub use blockdata::transaction::TxOut;
125125
pub use blockdata::transaction::OutPoint;
126126
pub use blockdata::transaction::EcdsaSigHashType;
127+
pub use blockdata::witness::Witness;
127128
pub use consensus::encode::VarInt;
128129
pub use network::constants::Network;
129130
pub use util::Error;

0 commit comments

Comments
 (0)