Skip to content

Commit 3e772cf

Browse files
authored
update documentation
1 parent dc67534 commit 3e772cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
5858
restriction logic enforced by `accessman`. In addition, the restriction placed
5959
on outbound connections is now lifted.
60-
60+
- [Enhanced](https://github.com/lightningnetwork/lnd/pull/9980) the aux traffic
61+
shaper to now accept the first hop peer pub key as an argument. This can
62+
affect the reported aux bandwidth and also the custom records that are
63+
produced.
6164
## RPC Updates
6265

6366
## lncli Updates

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ circuit. The indices are only available for forwarding events saved after v0.20.
9494
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
9595

9696
## RPC Updates
97+
* Previously the `RoutingPolicy` would return the inbound fee record in its
98+
`CustomRecords` field, which is duplicated info as it's already presented in
99+
fields `InboundFeeBaseMsat` and `InboundFeeRateMilliMsat`. This is now
100+
[fixed](https://github.com/lightningnetwork/lnd/pull/9572), the affected RPCs
101+
are `SubscribeChannelGraph`, `GetChanInfo`, `GetNodeInfo` and `DescribeGraph`.
102+
97103

98104
## lncli Updates
99105

0 commit comments

Comments
 (0)