mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
Merge pull request #6712 from Roasbeef/itest-keep-failed-payments
lntest: keep all failed payments by default for HarnessNode
This commit is contained in:
commit
6980a18ab1
@ -65,6 +65,8 @@
|
||||
* [The HtlcSwitch now waits for a ChannelLink to stop before replacing it. This fixes a race
|
||||
condition.](https://github.com/lightningnetwork/lnd/pull/6642)
|
||||
|
||||
* [Integration tests now always run with nodes never deleting failed payments](https://github.com/lightningnetwork/lnd/pull/6712).
|
||||
|
||||
## Code Health
|
||||
|
||||
### Code cleanup, refactor, typo fixes
|
||||
@ -91,6 +93,7 @@
|
||||
* Eugene Siegel
|
||||
* Slyghtning
|
||||
* Oliver Gugger
|
||||
* Olaoluwa Osuntokun
|
||||
* Priyansh Rastogi
|
||||
* Tommy Volk
|
||||
* Yong Yu
|
||||
|
@ -217,6 +217,7 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
|
||||
"--nobootstrap",
|
||||
"--debuglevel=debug",
|
||||
"--bitcoin.defaultchanconfs=1",
|
||||
"--keep-failed-payment-attempts",
|
||||
fmt.Sprintf("--db.batch-commit-interval=%v", commitInterval),
|
||||
fmt.Sprintf("--bitcoin.defaultremotedelay=%v", DefaultCSV),
|
||||
fmt.Sprintf("--rpclisten=%v", cfg.RPCAddr()),
|
||||
|
Loading…
Reference in New Issue
Block a user