how did this not get commited?
This commit is contained in:
parent
0e087c6fee
commit
b2b338d0a5
|
@ -63,7 +63,7 @@ namespace GethPlugin
|
|||
{
|
||||
if (config.IsPublicTestNet == null) return string.Empty;
|
||||
|
||||
return $"--nat:extip:{config.IsPublicTestNet.PublicIp}";
|
||||
return $"--nat=extip:{config.IsPublicTestNet.PublicIp}";
|
||||
}
|
||||
|
||||
private Port CreateDiscoveryPort(GethStartupConfig config)
|
||||
|
|
Loading…
Reference in New Issue