From 11349b893fc34dfefb6086f9669fec01ef6e1d94 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Mon, 18 May 2026 18:53:50 +0900 Subject: [PATCH] docs: add release note for EstimateRouteFee outgoing chans --- docs/release-notes/release-notes-0.22.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md index c3367af9c..5ca01805b 100644 --- a/docs/release-notes/release-notes-0.22.0.md +++ b/docs/release-notes/release-notes-0.22.0.md @@ -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