client error public

This commit is contained in:
thesimplekid
2023-06-14 10:35:27 -04:00
parent 8201baa56a
commit 20f1c465b7

View File

@@ -10,4 +10,6 @@ pub mod utils;
pub use bitcoin::Amount;
pub use lightning_invoice::Invoice;
pub use crate::client::Error;
pub type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;