mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
lnrpc: rejects positive inbound fees by default
Positive inbound are now rejected by default. The user can enable positive inbound fees with the option 'accept-positive-inbound-fees'.
This commit is contained in:
@ -120,9 +120,14 @@ call where arguments were swapped.
|
||||
node operators to require senders to pay an inbound fee for forwards and
|
||||
payments. It is recommended to only use negative fees (an inbound "discount")
|
||||
initially to keep the channels open for senders that do not recognize inbound
|
||||
fees. [Send support](https://github.com/lightningnetwork/lnd/pull/6934) is
|
||||
fees.
|
||||
|
||||
[Send support](https://github.com/lightningnetwork/lnd/pull/6934) is
|
||||
implemented as well.
|
||||
|
||||
[Positive inbound fees](https://github.com/lightningnetwork/lnd/pull/8627)
|
||||
can be enabled with the option `accept-positive-inbound-fees`.
|
||||
|
||||
* A new config value,
|
||||
[sweeper.maxfeerate](https://github.com/lightningnetwork/lnd/pull/7823), is
|
||||
added so users can specify the max allowed fee rate when sweeping on-chain
|
||||
@ -448,6 +453,7 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
||||
* Carla Kirk-Cohen
|
||||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Feelancer21
|
||||
* Jesse de Wit
|
||||
* Joost Jager
|
||||
* Keagan McClelland
|
||||
|
Reference in New Issue
Block a user