We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e932b commit 31addf0Copy full SHA for 31addf0
1 file changed
src/Node/Blockcore.Node/NetworkSelector.cs
@@ -34,7 +34,7 @@ public static NodeSettings Create(string chain, string[] args)
34
break;
35
36
case "RUTA":
37
- nodeSettings = new NodeSettings(networksSelector: Rutanio.Networks.Networks.Rutanio, args: args, agent: "Blockcore-" + chain);
+ nodeSettings = new NodeSettings(networksSelector: Rutanio.Networks.Networks.Rutanio, args: args);
38
39
40
case "EXOS":
0 commit comments