mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
removing show deposit data flag (#13618)
* removing show deposit data flag * removing flag insted of deprecating * fixing test * fixing test
This commit is contained in:
@@ -427,15 +427,6 @@ func (km *Keymanager) ListKeymanagerAccounts(ctx context.Context, cfg keymanager
|
||||
fmt.Printf("%s %#x\n", au.BrightRed("[validating private key]").Bold(), privateKeys[i])
|
||||
}
|
||||
}
|
||||
if !cfg.ShowDepositData {
|
||||
continue
|
||||
}
|
||||
fmt.Printf(
|
||||
"%s\n",
|
||||
au.BrightRed("If you imported your account coming from the eth2 launchpad, you will find your "+
|
||||
"deposit_data.json in the eth2.0-deposit-cli's validator_keys folder"),
|
||||
)
|
||||
fmt.Println("")
|
||||
}
|
||||
fmt.Println("")
|
||||
return nil
|
||||
|
||||
@@ -89,7 +89,6 @@ type PublicKeyDeleter interface {
|
||||
}
|
||||
|
||||
type ListKeymanagerAccountConfig struct {
|
||||
ShowDepositData bool
|
||||
ShowPrivateKeys bool
|
||||
WalletAccountsDir string
|
||||
KeymanagerConfigFileName string
|
||||
|
||||
Reference in New Issue
Block a user