mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
multi: deprecate dust-treshold config value
Replace ambigious config value "dust-treshold" with a more clear "channel-max-fee-exposure" exposure value. The old value is deprecated and will be removed in the near future.
This commit is contained in:
@@ -820,7 +820,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) {
|
||||
args := []string{
|
||||
// Increase the dust threshold to avoid the payments fail due
|
||||
// to threshold limit reached.
|
||||
"--dust-threshold=10000000",
|
||||
"--channel-max-fee-exposure=10000000",
|
||||
|
||||
// Increase the pending commit interval since there are lots of
|
||||
// commitment dances.
|
||||
|
Reference in New Issue
Block a user