Skip to content

Commit 3141630

Browse files
authored
Merge pull request #2607 from DhananjayPurohit/civkit-branch
Issue in adding rust lightning as dependency on windows
2 parents 336d815 + cf0cef8 commit 3141630

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)