Skip to content

Commit cf0cef8

Browse files
chore: remove time_utils.rs
No longer needed time_utils in lightning-invoice
1 parent 3236be1 commit cf0cef8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lightning-invoice/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ 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;
34-
3533
extern crate bech32;
3634
extern crate bitcoin_hashes;
3735
#[macro_use] extern crate lightning;

lightning-invoice/src/time_utils.rs

-1
This file was deleted.

0 commit comments

Comments
 (0)