Skip to content

Commit def3da3

Browse files
author
Antoine Riard
committed
Remove useless build warnings
1 parent d1edb2b commit def3da3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lightning/src/chain/keysinterface.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use bitcoin::blockdata::script::{Script, Builder};
77
use bitcoin::blockdata::opcodes;
88
use bitcoin::network::constants::Network;
99
use bitcoin::util::bip32::{ExtendedPrivKey, ExtendedPubKey, ChildNumber};
10-
use bitcoin::util::address::Address;
1110
use bitcoin::util::bip143;
1211

1312
use bitcoin::hashes::{Hash, HashEngine};

lightning/src/util/enforcing_trait_impls.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
use ln::chan_utils::{HTLCOutputInCommitment, TxCreationKeys, ChannelPublicKeys, LocalCommitmentTransaction};
22
use ln::{chan_utils, msgs};
3-
use ln::channelmanager::PaymentPreimage;
43
use chain::keysinterface::{ChannelKeys, InMemoryChannelKeys};
54

65
use std::cmp;
76
use std::sync::{Mutex, Arc};
87

98
use bitcoin::blockdata::transaction::Transaction;
10-
use bitcoin::blockdata::script::Script;
119
use bitcoin::util::bip143;
1210

1311
use bitcoin::secp256k1;

0 commit comments

Comments
 (0)