good morning!!!!

Skip to content
Snippets Groups Projects
Commit 68b48cc0 authored by Matthew Di Ferrante's avatar Matthew Di Ferrante Committed by Felix Lange
Browse files

cmd/geth: print version on geth start (#2622)

parent 7596b335
Branches
Tags
No related merge requests found
...@@ -310,6 +310,8 @@ func initGenesis(ctx *cli.Context) error { ...@@ -310,6 +310,8 @@ func initGenesis(ctx *cli.Context) error {
// it unlocks any requested accounts, and starts the RPC/IPC interfaces and the // it unlocks any requested accounts, and starts the RPC/IPC interfaces and the
// miner. // miner.
func startNode(ctx *cli.Context, stack *node.Node) { func startNode(ctx *cli.Context, stack *node.Node) {
// Report geth version
glog.V(logger.Info).Infof("instance: Geth/%s/%s/%s\n", verString, runtime.Version(), runtime.GOOS)
// Start up the node itself // Start up the node itself
utils.StartNode(stack) utils.StartNode(stack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment