瀏覽代碼

client error public

thesimplekid 1 年之前
父節點
當前提交
9d45f4b036
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

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