Skip to content

Commit

Permalink
primitives: export ChainParseError
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 19, 2023
1 parent 58cf4b1 commit 25a11b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub use tx::{
Witness,
};
pub use types::{ScriptBytes, VarIntArray};
pub use util::{Chain, NonStandardValue};
pub use util::{Chain, ChainParseError, NonStandardValue};

pub const LIB_NAME_BITCOIN: &str = "Bitcoin";

Expand Down

0 comments on commit 25a11b3

Please sign in to comment.