We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167d346 commit daff171Copy full SHA for daff171
1 file changed
lightning/src/ln/channel.rs
@@ -12525,9 +12525,9 @@ where
12525
self.context.pending_outbound_htlcs.push(OutboundHTLCOutput {
12526
htlc_id: self.context.next_holder_htlc_id,
12527
amount_msat,
12528
- payment_hash: payment_hash.clone(),
+ payment_hash,
12529
cltv_expiry,
12530
- state: OutboundHTLCState::LocalAnnounced(Box::new(onion_routing_packet.clone())),
+ state: OutboundHTLCState::LocalAnnounced(Box::new(onion_routing_packet)),
12531
source,
12532
blinding_point,
12533
skimmed_fee_msat,
0 commit comments