mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-02-14 06:55:07 -05:00
fixed duplicated flag and pub key empty bytes (#848)
This commit is contained in:
committed by
Raul Jordan
parent
661068b99d
commit
ebca2984ff
@@ -70,6 +70,8 @@ func NewValidatorClient(ctx *cli.Context) (*ValidatorClient, error) {
|
||||
}
|
||||
|
||||
pubKey = blspubkey.BufferedPublicKey()
|
||||
} else {
|
||||
pubKey = []byte(ctx.GlobalString(types.PubKeyFlag.Name))
|
||||
}
|
||||
|
||||
if err := ValidatorClient.startDB(ctx); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user