docs: add release note for EstimateRouteFee outgoing chans

This commit is contained in:
Roy Lee 2026-05-18 18:53:50 +09:00
parent b24fb1720a
commit 11349b893f
No known key found for this signature in database
GPG key ID: 45324F176C8FAE03

View file

@ -27,8 +27,18 @@
## RPC Additions
* The `routerrpc.EstimateRouteFee` RPC now supports [restricting fee estimates
to specific first-hop outgoing
channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new
`outgoing_chan_ids` field in `RouteFeeRequest`.
## lncli Additions
* The `estimateroutefee` command now supports [restricting fee estimates to
specific first-hop outgoing
channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new
`--outgoing_chan_id` flag.
# Improvements
## Functional Updates