client error public

This commit is contained in:
thesimplekid
2023-06-14 11:27:30 -04:00
parent 20f1c465b7
commit 9d45f4b036

View File

@@ -10,6 +10,4 @@ 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>;