Merge pull request #9338 from yyforyongyu/fix-invoice-htlcs-order

lnrpc: sort `Invoice.HTLCs` based on `HtlcIndex`
This commit is contained in:
Oliver Gugger
2024-12-09 08:52:54 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -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