mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 10:33:12 +02:00
lntest: remove deprecated config --profile
This commit is contained in:
@@ -215,7 +215,6 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
|
|||||||
fmt.Sprintf("--readonlymacaroonpath=%v", cfg.ReadMacPath),
|
fmt.Sprintf("--readonlymacaroonpath=%v", cfg.ReadMacPath),
|
||||||
fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath),
|
fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath),
|
||||||
fmt.Sprintf("--trickledelay=%v", trickleDelay),
|
fmt.Sprintf("--trickledelay=%v", trickleDelay),
|
||||||
fmt.Sprintf("--profile=%d", cfg.ProfilePort),
|
|
||||||
|
|
||||||
// Use a small batch delay so we can broadcast the
|
// Use a small batch delay so we can broadcast the
|
||||||
// announcements quickly in the tests.
|
// announcements quickly in the tests.
|
||||||
|
Reference in New Issue
Block a user