mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Update staking-deposit-cli to ethstaker-deposit-cli (#7518)
This commit is contained in:
@@ -43,7 +43,7 @@ pub fn cli_app() -> Command {
|
||||
contains all the validator keystores and other validator data. This file can then \
|
||||
be imported to a validator client using the \"import-validators\" command. \
|
||||
Another, optional JSON file is created which contains a list of validator \
|
||||
deposits in the same format as the \"ethereum/staking-deposit-cli\" tool.",
|
||||
deposits in the same format as the \"ethstaker-deposit-cli\" tool.",
|
||||
)
|
||||
.arg(
|
||||
Arg::new(OUTPUT_PATH_FLAG)
|
||||
@@ -487,7 +487,7 @@ impl ValidatorsAndDeposits {
|
||||
};
|
||||
|
||||
// Create a JSON structure equivalent to the one generated by
|
||||
// `ethereum/staking-deposit-cli`.
|
||||
// `ethstaker-deposit-cli`.
|
||||
let json_deposit = StandardDepositDataJson::new(
|
||||
&voting_keypair,
|
||||
withdrawal_credentials.into(),
|
||||
|
||||
Reference in New Issue
Block a user