thesimplekid 1 anno fa
parent
commit
47aa7035a0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;