pull/1057/head
Rongjian Lan 6 years ago
parent 43b0972ec0
commit 984d880ecc
  1. 4
      cmd/harmony/main.go

@ -170,7 +170,7 @@ func initSetup() {
accountIndex, genesisAccount = genesis.FindAccount(*stakingAccounts) accountIndex, genesisAccount = genesis.FindAccount(*stakingAccounts)
if genesisAccount == nil { if genesisAccount == nil {
fmt.Printf("Can't find the account address: %v!\n", *stakingAccounts) fmt.Printf("Can't find the account address: %v\n", *stakingAccounts)
os.Exit(100) os.Exit(100)
} }
@ -184,7 +184,7 @@ func initSetup() {
} }
if !foundAccount { if !foundAccount {
fmt.Printf("Can't find the matching account key: %v!\n", genesisAccount.Address) fmt.Printf("Can't find the matching account key: %v\n", genesisAccount.Address)
os.Exit(101) os.Exit(101)
} }

Loading…
Cancel
Save