From cc6ff150b9fdd77ae32fcc9daf8341031ae2c200 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 1 Nov 2024 08:18:13 +0800 Subject: [PATCH] lntest: remove deprecated config `--profile` --- lntest/node/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lntest/node/config.go b/lntest/node/config.go index f0e3f7059..1e8129e7d 100644 --- a/lntest/node/config.go +++ b/lntest/node/config.go @@ -215,7 +215,6 @@ func (cfg *BaseNodeConfig) GenArgs() []string { fmt.Sprintf("--readonlymacaroonpath=%v", cfg.ReadMacPath), fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath), fmt.Sprintf("--trickledelay=%v", trickleDelay), - fmt.Sprintf("--profile=%d", cfg.ProfilePort), // Use a small batch delay so we can broadcast the // announcements quickly in the tests.