From 47aa7035a001bb8821ec7acefad66aac70e02a56 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Wed, 7 Jun 2023 20:44:48 -0400 Subject: [PATCH] export amount --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 639157ce..9612ba53 100644 --- a/src/lib.rs +++ b/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;