mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-27 09:37:13 +01:00
client error public
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user