We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
payment_queue
1 parent fb17da9 commit d0f63f5Copy full SHA for d0f63f5
lightning-liquidity/src/lsps2/service.rs
@@ -256,7 +256,7 @@ impl OutboundJITChannelState {
256
Ok(Some(forward_payment))
257
} else {
258
*self = OutboundJITChannelState::PendingPayment {
259
- payment_queue: payment_queue.clone(),
+ payment_queue,
260
opening_fee_msat: *opening_fee_msat,
261
channel_id: *channel_id,
262
};
0 commit comments