We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e33283 commit d66b028Copy full SHA for d66b028
src/lib.rs
@@ -78,7 +78,7 @@ pub use bitcoin::hashes;
78
pub use crate::address::{Address, AddressError, AddressParams};
79
pub use crate::blind::{
80
BlindAssetProofs, BlindError, BlindValueProofs, ConfidentialTxOutError, RangeProofMessage,
81
- SurjectionInput, TxOutError, TxOutSecrets, UnblindError, VerificationError,
+ SurjectionInput, TxOutError, TxOutSecrets, UnblindError, VerificationError, TxInType,
82
};
83
pub use crate::block::ExtData as BlockExtData;
84
pub use crate::block::{Block, BlockHeader};
0 commit comments