This commit is contained in:
Preston Van Loon 2019-03-11 21:15:50 -04:00 committed by GitHub
parent 7179b6930b
commit 4266757511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ func (b *BeaconNode) registerPOWChainService(cliCtx *cli.Context) error {
depAddress := b.ctx.GlobalString(utils.DepositContractFlag.Name)
if depAddress == "" {
log.Fatal("No deposit contract specified. Add --deposit-contract with a valud deposit contract address to start.")
log.Fatal("No deposit contract specified. Add --deposit-contract with a valid deposit contract address to start.")
}
if !common.IsHexAddress(depAddress) {