Adds name to geth container

This commit is contained in:
benbierens 2023-09-21 14:48:41 +02:00
parent e1a529175a
commit 192079f9c8
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace CodexNetDeployer
var ci = entryPoint.CreateInterface(); var ci = entryPoint.CreateInterface();
Log("Deploying Geth instance..."); Log("Deploying Geth instance...");
var gethDeployment = ci.DeployGeth(s => s.IsMiner()); var gethDeployment = ci.DeployGeth(s => s.IsMiner().WithName("geth"));
var gethNode = ci.WrapGethDeployment(gethDeployment); var gethNode = ci.WrapGethDeployment(gethDeployment);
Log("Geth started. Deploying Codex contracts..."); Log("Geth started. Deploying Codex contracts...");