From 9ed32bddf3b9cb4cd71debba531e9f7b6dff7cca Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 3 Mar 2025 17:39:00 +0800 Subject: [PATCH] docs: update release notes for 0.20 --- docs/release-notes/release-notes-0.20.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index d0e163c45..ee36d7c8f 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -94,6 +94,12 @@ circuit. The indices are only available for forwarding events saved after v0.20. * [11](https://github.com/lightningnetwork/lnd/pull/9972) ## RPC Updates +* Previously the `RoutingPolicy` would return the inbound fee record in its + `CustomRecords` field, which is duplicated info as it's already presented in + fields `InboundFeeBaseMsat` and `InboundFeeRateMilliMsat`. This is now + [fixed](https://github.com/lightningnetwork/lnd/pull/9572), the affected RPCs + are `SubscribeChannelGraph`, `GetChanInfo`, `GetNodeInfo` and `DescribeGraph`. + ## lncli Updates