Skip to content

Commit 9a1f4e9

Browse files
committed
upd: export Error enum
1 parent f6e4f4d commit 9a1f4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ use {
1616
Address, Amount, EcdsaSighashType, OutPoint, PrivateKey, PublicKey, ScriptBuf, Sequence,
1717
Transaction, TxIn, TxOut, Witness,
1818
},
19-
error::Error,
2019
sha2::{Digest, Sha256},
2120
snafu::{ResultExt, Snafu},
2221
std::str::FromStr,
2322
};
23+
pub use error::Error;
2424

2525
mod error;
2626
mod sign;

0 commit comments

Comments
 (0)