Skip to content

Commit

Permalink
Merge #185: Exposed RangeProofMessage publically
Browse files Browse the repository at this point in the history
386e3b8 Exposed RangeProofMessage publically (i5hi)

Pull request description:

  The `RangeProofMessage` stuct needs to be publically exposed for usage of [confidential::Value::blind](https://docs.rs/elements/latest/elements/confidential/enum.Value.html#method.blind)

ACKs for top commit:
  apoelstra:
    ACK 386e3b8

Tree-SHA512: dacb67a69a59ee413e5bfefc4d7782f03841bb90057de91f3de955f5811b3c6f1751bc60415acddc5b4beb5989af30d15dc8d0ba88c948683b744cdf850e5a12
  • Loading branch information
apoelstra committed Jan 3, 2024
2 parents 673d800 + 386e3b8 commit ca86f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub use bitcoin::hashes;
pub use crate::address::{Address, AddressParams, AddressError};
pub use crate::transaction::{OutPoint, PeginData, PegoutData, EcdsaSighashType, TxIn, TxOut, TxInWitness, TxOutWitness, Transaction, AssetIssuance};
pub use crate::transaction::Sequence;
pub use crate::blind::{ConfidentialTxOutError, TxOutSecrets, SurjectionInput, TxOutError, VerificationError, BlindError, UnblindError, BlindValueProofs, BlindAssetProofs};
pub use crate::blind::{ConfidentialTxOutError, TxOutSecrets, SurjectionInput, TxOutError, VerificationError, BlindError, UnblindError, BlindValueProofs, BlindAssetProofs, RangeProofMessage};
pub use crate::block::{BlockHeader, Block};
pub use crate::block::ExtData as BlockExtData;
pub use ::bitcoin::consensus::encode::VarInt;
Expand Down

0 comments on commit ca86f51

Please sign in to comment.