Skip to content

Commit 1ded1d2

Browse files
Fix main build
1 parent f7211fb commit 1ded1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use bitcoin::hashes::Hash;
1313
use bitcoin::hashes::sha256::Hash as Sha256;
1414
use bitcoin::secp256k1::{self, Secp256k1, SecretKey};
1515

16-
use crate::chain::keysinterface::{KeysInterface, Recipient};
16+
use crate::chain::keysinterface::{EntropySource, KeysInterface, NodeSigner, Recipient};
1717
use crate::ln::{PaymentHash, PaymentPreimage, PaymentSecret};
1818
use crate::ln::channelmanager::{HTLCSource, IDEMPOTENCY_TIMEOUT_TICKS, PaymentId};
1919
use crate::ln::msgs::DecodeError;

0 commit comments

Comments
 (0)