Skip to content

Commit f21de4b

Browse files
committed
Exporting seal::ParserError
1 parent c37f048 commit f21de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seals/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub mod lnpbp4;
2020
mod txout_seal;
2121
mod txout_witness;
2222

23-
pub use blind::{OutpointHash, OutpointReveal};
23+
pub use blind::{OutpointHash, OutpointReveal, ParseError};
2424
pub use error::Error;
2525
pub use txout_seal::{TxResolve, TxoutSeal};
2626
pub use txout_witness::{InnerWitness, OuterWitness, Witness};

0 commit comments

Comments
 (0)