Skip to content

Commit

Permalink
Update Rutanio Agent on Network Selector (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
turcol authored Jul 9, 2020
1 parent 05e932b commit 31addf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/Blockcore.Node/NetworkSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static NodeSettings Create(string chain, string[] args)
break;

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

case "EXOS":
Expand Down

0 comments on commit 31addf0

Please sign in to comment.