From 384f5ecc808f3fe8db149bf431bd7604350abc56 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 10 Dec 2024 00:44:59 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index db5ca73..ee0b0c1 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -90,6 +90,10 @@ * [The `walletrpc.FundPsbt` method now has a new option to specify the maximum fee to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600) +* When returning the response from list invoices RPC, the `lnrpc.Invoice.Htlcs` + are now [sorted](https://github.com/lightningnetwork/lnd/pull/9337) based on + the `InvoiceHTLC.HtlcIndex`. + ## lncli Additions * [A pre-generated macaroon root key can now be specified in `lncli create` and