Merge pull request #9980 from GeorgeTsagk/enhance-aux-modifier

AuxTrafficShaper methods use first hop pub key
This commit is contained in:
Oliver Gugger
2025-07-02 16:50:57 +02:00
committed by GitHub
6 changed files with 37 additions and 9 deletions

View File

@@ -57,7 +57,10 @@
- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
restriction logic enforced by `accessman`. In addition, the restriction placed
on outbound connections is now lifted.
- [Enhanced](https://github.com/lightningnetwork/lnd/pull/9980) the aux traffic
shaper to now accept the first hop peer pub key as an argument. This can
affect the reported aux bandwidth and also the custom records that are
produced.
## RPC Updates
## lncli Updates