mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-07 19:32:02 +01:00
multi: rename key_send, key-send and key send to keysend
This commit is contained in:
@@ -228,7 +228,7 @@ func (cfg NodeConfig) genArgs() []string {
|
||||
}
|
||||
|
||||
if cfg.AcceptKeySend {
|
||||
args = append(args, "--accept-key-send")
|
||||
args = append(args, "--accept-keysend")
|
||||
}
|
||||
|
||||
return args
|
||||
@@ -317,9 +317,9 @@ func newNode(cfg NodeConfig) (*HarnessNode, error) {
|
||||
|
||||
cfg.P2PPort, cfg.RPCPort, cfg.RESTPort, cfg.ProfilePort = generateListeningPorts()
|
||||
|
||||
// Run all tests with accept key send. The key send code is very
|
||||
// isolated and it is highly unlikely that it would affect regular
|
||||
// itests when enabled.
|
||||
// Run all tests with accept keysend. The keysend code is very isolated
|
||||
// and it is highly unlikely that it would affect regular itests when
|
||||
// enabled.
|
||||
cfg.AcceptKeySend = true
|
||||
|
||||
numActiveNodesMtx.Lock()
|
||||
|
||||
Reference in New Issue
Block a user