lntest: remove deprecated config --profile

This commit is contained in:
yyforyongyu 2024-11-01 08:18:13 +08:00
parent 6ac588e655
commit cc6ff150b9
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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.