mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
typo (#1968)
This commit is contained in:
parent
7179b6930b
commit
4266757511
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user