Fix main build
authorValentine Wallace <vwallace@protonmail.com>
Tue, 20 Dec 2022 22:55:06 +0000 (17:55 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 20 Dec 2022 22:55:06 +0000 (17:55 -0500)
lightning/src/ln/outbound_payment.rs

index 95ad59e634faf41bf461855255b10ec5574cdcb8..e66f0bc25b99beaa3f36e6ac07b65e2007a69ea5 100644 (file)
@@ -13,7 +13,7 @@ use bitcoin::hashes::Hash;
 use bitcoin::hashes::sha256::Hash as Sha256;
 use bitcoin::secp256k1::{self, Secp256k1, SecretKey};
 
-use crate::chain::keysinterface::{KeysInterface, Recipient};
+use crate::chain::keysinterface::{EntropySource, KeysInterface, NodeSigner, Recipient};
 use crate::ln::{PaymentHash, PaymentPreimage, PaymentSecret};
 use crate::ln::channelmanager::{HTLCSource, IDEMPOTENCY_TIMEOUT_TICKS, PaymentId};
 use crate::ln::msgs::DecodeError;