We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7211fb + 1ded1d2 commit cbbf84bCopy full SHA for cbbf84b
lightning/src/ln/outbound_payment.rs
@@ -13,7 +13,7 @@ use bitcoin::hashes::Hash;
13
use bitcoin::hashes::sha256::Hash as Sha256;
14
use bitcoin::secp256k1::{self, Secp256k1, SecretKey};
15
16
-use crate::chain::keysinterface::{KeysInterface, Recipient};
+use crate::chain::keysinterface::{EntropySource, KeysInterface, NodeSigner, Recipient};
17
use crate::ln::{PaymentHash, PaymentPreimage, PaymentSecret};
18
use crate::ln::channelmanager::{HTLCSource, IDEMPOTENCY_TIMEOUT_TICKS, PaymentId};
19
use crate::ln::msgs::DecodeError;
0 commit comments