Skip to content

Commit cbbf84b

Browse files
Merge pull request #1928 from valentinewallace/2022-12-fix-main
Fix `main` build
2 parents f7211fb + 1ded1d2 commit cbbf84b

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)