File tree 2 files changed +2
-2
lines changed
lightning-liquidity/src/lsps2
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ impl OutboundJITChannelState {
256
256
Ok ( Some ( forward_payment) )
257
257
} else {
258
258
* self = OutboundJITChannelState :: PendingPayment {
259
- payment_queue : payment_queue . clone ( ) ,
259
+ payment_queue,
260
260
opening_fee_msat : * opening_fee_msat,
261
261
channel_id : * channel_id,
262
262
} ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ impl Notifier {
49
49
/// Wake waiters, tracking that wake needs to occur even if there are currently no waiters.
50
50
///
51
51
/// We deem the notification successful either directly after any callbacks were made, or after
52
- /// the user [`poll`]ed a previously-completed future .
52
+ /// the user [`poll`]ed a previously-generated [`Future`] .
53
53
///
54
54
/// [`poll`]: core::future::Future::poll
55
55
pub fn notify ( & self ) {
You can’t perform that action at this time.
0 commit comments