Skip to content

Commit a11268a

Browse files
committed
f Remove deprecatd KeysInterface impl
1 parent bf9bcc2 commit a11268a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/wallet.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use lightning::chain::chaininterface::{
99
};
1010

1111
use lightning::chain::keysinterface::{
12-
EntropySource, InMemorySigner, KeyMaterial, KeysInterface, KeysManager, NodeSigner, Recipient,
13-
SignerProvider, SpendableOutputDescriptor,
12+
EntropySource, InMemorySigner, KeyMaterial, KeysManager, NodeSigner, Recipient, SignerProvider,
13+
SpendableOutputDescriptor,
1414
};
1515
use lightning::ln::msgs::DecodeError;
1616
use lightning::ln::script::ShutdownScript;
@@ -283,8 +283,6 @@ where
283283
}
284284
}
285285

286-
impl<D> KeysInterface for WalletKeysManager<D> where D: BatchDatabase {}
287-
288286
impl<D> EntropySource for WalletKeysManager<D>
289287
where
290288
D: BatchDatabase,

0 commit comments

Comments
 (0)