We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 336d815 + cf0cef8 commit 3141630Copy full SHA for 3141630
lightning-invoice/src/lib.rs
@@ -30,8 +30,6 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
30
pub mod payment;
31
pub mod utils;
32
33
-pub(crate) mod time_utils;
34
-
35
extern crate bech32;
36
extern crate bitcoin_hashes;
37
#[macro_use] extern crate lightning;
lightning-invoice/src/time_utils.rs
0 commit comments