We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6001d0 commit c1138afCopy full SHA for c1138af
itest/lnd_payment_test.go
@@ -504,7 +504,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) {
504
args := []string{
505
// Increase the dust threshold to avoid the payments fail due
506
// to threshold limit reached.
507
- "--dust-threshold=5000000",
+ "--dust-threshold=10000000",
508
509
// Increase the pending commit interval since there are lots of
510
// commitment dances.
0 commit comments