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:
ziggie
2024-10-12 20:29:08 +02:00
parent a040f8fafa
commit 7b2da94750
5 changed files with 54 additions and 10 deletions

View File

@@ -316,7 +316,7 @@ func (h *HarnessTest) SetupStandbyNodes() {
lndArgs := []string{
"--default-remote-max-htlcs=483",
"--dust-threshold=5000000",
"--channel-max-fee-exposure=5000000",
}
// Start the initial seeder nodes within the test network.