Skip to content

Commit

Permalink
Print JSON RPC address to rootchain deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Apr 17, 2023
1 parent 9f7e545 commit 1f42681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/rootchain/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func runCommand(cmd *cobra.Command, _ []string) {
defer outputter.WriteOutput()

outputter.WriteCommandResult(&messageResult{
Message: fmt.Sprintf("%s started...", contractsDeploymentTitle),
Message: fmt.Sprintf("%s started... Rootchain JSON RPC address %s.", contractsDeploymentTitle, params.jsonRPCAddress),
})

chainConfig, err := chain.ImportFromFile(params.genesisPath)
Expand Down

0 comments on commit 1f42681

Please sign in to comment.