parent
ff408351a2
commit
62e040e9f2
1
cli.go
1
cli.go
|
@ -39,6 +39,7 @@ func (cli *CLI) Run() {
|
|||
fmt.Printf("NODE_ID env. var is not set!")
|
||||
os.Exit(1)
|
||||
}
|
||||
nodeAddress = fmt.Sprintf("localhost:%s", nodeID)
|
||||
|
||||
getBalanceCmd := flag.NewFlagSet("getbalance", flag.ExitOnError)
|
||||
createBlockchainCmd := flag.NewFlagSet("createblockchain", flag.ExitOnError)
|
||||
|
|
Loading…
Reference in New Issue