minor fix of a typo in message

Signed-off-by: Leo Chen <leo@harmony.one>
pull/403/head
Leo Chen 6 years ago
parent 6426339bbf
commit 2e629e8e78
  1. 2
      cmd/harmony.go

@ -99,7 +99,7 @@ func main() {
minPeers := flag.Int("min_peers", 100, "Minimal number of Peers in shard")
// Key file to store the private key
keyFile := flag.String("key", "./.hmykey", "the private key file of the bootnode")
keyFile := flag.String("key", "./.hmykey", "the private key file of the harmony node")
flag.Var(&utils.BootNodes, "bootnodes", "a list of bootnode multiaddress")
// LibP2P peer discovery integration test

Loading…
Cancel
Save