Skip to content

Commit 7aa2cac

Browse files
authored
Merge pull request #1096 from valentinewallace/2021-09-mpp-retries
2 parents 730d563 + 3e6297a commit 7aa2cac

File tree

3 files changed

+435
-72
lines changed

3 files changed

+435
-72
lines changed

lightning/src/ln/channel.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5516,7 +5516,7 @@ mod tests {
55165516
use bitcoin::hashes::hex::FromHex;
55175517
use hex;
55185518
use ln::{PaymentPreimage, PaymentHash};
5519-
use ln::channelmanager::{HTLCSource, MppId};
5519+
use ln::channelmanager::{HTLCSource, PaymentId};
55205520
use ln::channel::{Channel,InboundHTLCOutput,OutboundHTLCOutput,InboundHTLCState,OutboundHTLCState,HTLCOutputInCommitment,HTLCCandidate,HTLCInitiator,TxCreationKeys};
55215521
use ln::channel::MAX_FUNDING_SATOSHIS;
55225522
use ln::features::InitFeatures;
@@ -5690,7 +5690,7 @@ mod tests {
56905690
path: Vec::new(),
56915691
session_priv: SecretKey::from_slice(&hex::decode("0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap()[..]).unwrap(),
56925692
first_hop_htlc_msat: 548,
5693-
mpp_id: MppId([42; 32]),
5693+
payment_id: PaymentId([42; 32]),
56945694
}
56955695
});
56965696

0 commit comments

Comments
 (0)