@@ -52,7 +52,7 @@ fn load_spec(id: &str, para_id: ParaId) -> std::result::Result<Box<dyn sc_servic
5252
5353impl SubstrateCli for Cli {
5454 fn impl_name ( ) -> String {
55- "Parachain Collator Template " . into ( )
55+ "DataHighway Collator" . into ( )
5656 }
5757
5858 fn impl_version ( ) -> String {
@@ -61,7 +61,7 @@ impl SubstrateCli for Cli {
6161
6262 fn description ( ) -> String {
6363 format ! (
64- "Parachain Collator Template \n \n The command-line arguments provided first will be passed to the parachain \
64+ "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain \
6565 node, while the arguments provided after -- will be passed to the relaychain node.\n \n {} \
6666 [parachain-args] -- [relaychain-args]",
6767 Self :: executable_name( )
@@ -91,15 +91,15 @@ impl SubstrateCli for Cli {
9191
9292impl SubstrateCli for RelayChainCli {
9393 fn impl_name ( ) -> String {
94- "Parachain Collator Template " . into ( )
94+ "DataHighway Collator" . into ( )
9595 }
9696
9797 fn impl_version ( ) -> String {
9898 env ! ( "SUBSTRATE_CLI_IMPL_VERSION" ) . into ( )
9999 }
100100
101101 fn description ( ) -> String {
102- "Parachain Collator Template \n \n The command-line arguments provided first will be passed to the parachain \
102+ "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain \
103103 node, while the arguments provided after -- will be passed to the relaychain node.\n \n rococo-collator \
104104 [parachain-args] -- [relaychain-args]"
105105 . into ( )
0 commit comments