Merge pull request #8824 from Crypt-iQ/precise_dust_limit

multi: include commitment fees in dust calculation
This commit is contained in:
Oliver Gugger
2024-07-31 03:13:31 -06:00
committed by GitHub
13 changed files with 461 additions and 89 deletions

View File

@@ -504,7 +504,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) {
args := []string{
// Increase the dust threshold to avoid the payments fail due
// to threshold limit reached.
"--dust-threshold=5000000",
"--dust-threshold=10000000",
// Increase the pending commit interval since there are lots of
// commitment dances.