thesimplekid 1 жил өмнө
parent
commit
20f1c465b7
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/lib.rs

+ 2 - 0
src/lib.rs

@@ -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>;