mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
lnrpc: sort Invoice.HTLCs
based on HtlcIndex
So the returned HTLCs are ordered.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user