mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-05 05:55:30 +01:00
client error public
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user