Skip to content

Commit d66b028

Browse files
committed
blind: export TxInType
1 parent 7e33283 commit d66b028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub use bitcoin::hashes;
7878
pub use crate::address::{Address, AddressError, AddressParams};
7979
pub use crate::blind::{
8080
BlindAssetProofs, BlindError, BlindValueProofs, ConfidentialTxOutError, RangeProofMessage,
81-
SurjectionInput, TxOutError, TxOutSecrets, UnblindError, VerificationError,
81+
SurjectionInput, TxOutError, TxOutSecrets, UnblindError, VerificationError, TxInType,
8282
};
8383
pub use crate::block::ExtData as BlockExtData;
8484
pub use crate::block::{Block, BlockHeader};

0 commit comments

Comments
 (0)