how did this not get commited?

This commit is contained in:
benbierens 2023-10-23 14:25:13 +02:00
parent 0e087c6fee
commit b2b338d0a5
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

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