File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2222* ` closedchannels ` now [ successfully reports] ( https://github.com/lightningnetwork/lnd/pull/8800 )
2323 settled balances even if the delivery address is set to an address that
2424 LND does not control.
25+
26+ * [ SendPaymentV2] ( https://github.com/lightningnetwork/lnd/pull/8734 ) now cancels
27+ the background payment loop if the user cancels the stream context.
2528
2629# New Features
2730## Functional Enhancements
2831## RPC Additions
32+
33+ * The [ SendPaymentRequest] ( https://github.com/lightningnetwork/lnd/pull/8734 )
34+ message receives a new flag ` cancelable ` which indicates if the payment loop
35+ is cancelable. The cancellation can either occur manually by cancelling the
36+ send payment stream context, or automatically at the end of the timeout period
37+ if the user provided ` timeout_seconds ` .
38+
2939## lncli Additions
3040
3141* [ Added] ( https://github.com/lightningnetwork/lnd/pull/8491 ) the ` cltv_expiry `
3242 argument to ` addinvoice ` and ` addholdinvoice ` , allowing users to set the
33- ` min_final_cltv_expiry_delta `
43+ ` min_final_cltv_expiry_delta ` .
3444
3545* The [ ` lncli wallet estimatefeerate ` ] ( https://github.com/lightningnetwork/lnd/pull/8730 )
3646 command returns the fee rate estimate for on-chain transactions in sat/kw and
7282
7383* Andras Banki-Horvath
7484* Bufo
85+ * Slyghtning
You can’t perform that action at this time.
0 commit comments