Skip to content

Commit

Permalink
Added rpc urls to status
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Daly committed Jun 3, 2022
1 parent 3b3e6c0 commit 0702b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func networkStatus(cmd *cobra.Command, args []string) error {
ux.Logger.PrintToUser("==================================== Custom VM information =======================================")
for _, nodeInfo := range status.ClusterInfo.NodeInfos {
for vmID, vmInfo := range status.ClusterInfo.CustomVms {
ux.Logger.PrintToUser("Endpoint at %s for blockchain %q: %s/ext/bc/%s", nodeInfo.Name, vmID, nodeInfo.GetUri(), vmInfo.BlockchainId)
ux.Logger.PrintToUser("Endpoint at %s for blockchain %q: %s/ext/bc/%s/rpc", nodeInfo.Name, vmID, nodeInfo.GetUri(), vmInfo.BlockchainId)
}
}

Expand Down

0 comments on commit 0702b96

Please sign in to comment.