mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
docs: add release note for EstimateRouteFee outgoing chans
This commit is contained in:
parent
b24fb1720a
commit
11349b893f
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue