Skip to content

Commit bd982dc

Browse files
fix time_utils import
1 parent d08f44c commit bd982dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
3030
pub mod payment;
3131
pub mod utils;
3232

33-
pub(crate) mod time_utils;
33+
pub(crate) mod utils;
3434

3535
extern crate bech32;
3636
extern crate bitcoin_hashes;

0 commit comments

Comments
 (0)