浏览代码

export amount

thesimplekid 1 年之前
父节点
当前提交
47aa7035a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -7,4 +7,5 @@ pub mod serde_utils;
 pub mod types;
 pub mod utils;
 
+pub use bitcoin::Amount;
 pub use lightning_invoice::Invoice;