itest+lntest: fix itest re the new block driven behavior

This commit is contained in:
yyforyongyu
2024-03-14 20:39:22 +08:00
parent 558d9bd3ce
commit 521b1fc34a
10 changed files with 445 additions and 108 deletions

View File

@@ -199,7 +199,7 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
nodeArgs := []string{
"--nobootstrap",
"--debuglevel=debug,DISC=trace",
"--debuglevel=debug",
"--bitcoin.defaultchanconfs=1",
"--accept-keysend",
"--keep-failed-payment-attempts",
@@ -217,10 +217,6 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
fmt.Sprintf("--trickledelay=%v", trickleDelay),
fmt.Sprintf("--profile=%d", cfg.ProfilePort),
// Use a small batch window so we can broadcast our sweep
// transactions faster.
"--sweeper.batchwindowduration=5s",
// Use a small batch delay so we can broadcast the
// announcements quickly in the tests.
"--gossip.sub-batch-delay=5ms",