docs: update release-notes-0.18.0.md

This commit is contained in:
Mohamed Awnallah 2024-04-21 22:53:11 +02:00
parent 6e1d9b8d6a
commit b683b385cd
No known key found for this signature in database
GPG Key ID: 5D55706029E9B87E

View File

@ -355,6 +355,12 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
`budget`, and `deadline_height`, the fields `force`, `requested_conf_target`,
and `next_broadcast_height` are deprecated.
* [Delete All Payments RPC](https://github.com/lightningnetwork/lnd/pull/8672)
adds `all_payments` option to the `DeleteAllPayments` RPC. This update
ensures that the arguments are provided when calling `DeleteAllPayments` RPC,
whether through gRPC or the REST API, due to the destructive nature of the
operation.
## lncli Updates
* [Documented all available `lncli`