Skip to content

Commit 56a7b4c

Browse files
authored
Merge pull request #4 from ElementsProject/2018-10-export-pegoutdata
export `transaction::PegoutData` at crate root
2 parents fd70da2 + c7323d6 commit 56a7b4c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
55
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
66
license = "CC0-1.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ pub mod confidential;
3434
mod transaction;
3535

3636
// export everything at the top level so it can be used as `elements::Transaction` etc.
37-
pub use transaction::{OutPoint, TxIn, TxOut, TxInWitness, TxOutWitness, Transaction};
37+
pub use transaction::{OutPoint, PegoutData, TxIn, TxOut, TxInWitness, TxOutWitness, Transaction};
3838
pub use block::{BlockHeader, Block, Proof};
3939

0 commit comments

Comments
 (0)