Skip to content

Commit 31addf0

Browse files
authored
Update Rutanio Agent on Network Selector (#181)
1 parent 05e932b commit 31addf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Node/Blockcore.Node/NetworkSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static NodeSettings Create(string chain, string[] args)
3434
break;
3535

3636
case "RUTA":
37-
nodeSettings = new NodeSettings(networksSelector: Rutanio.Networks.Networks.Rutanio, args: args, agent: "Blockcore-" + chain);
37+
nodeSettings = new NodeSettings(networksSelector: Rutanio.Networks.Networks.Rutanio, args: args);
3838
break;
3939

4040
case "EXOS":

0 commit comments

Comments
 (0)