mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Update staking-deposit-cli to ethstaker-deposit-cli (#7518)
This commit is contained in:
@@ -450,11 +450,11 @@ pub fn is_voting_keystore(file_name: &str) -> bool {
|
||||
return true;
|
||||
}
|
||||
|
||||
// The format exported by the `eth2.0-deposit-cli` library.
|
||||
// The format exported by the `ethstaker-deposit-cli` library.
|
||||
//
|
||||
// Reference to function that generates keystores:
|
||||
//
|
||||
// https://github.com/ethereum/eth2.0-deposit-cli/blob/7cebff15eac299b3b1b090c896dd3410c8463450/eth2deposit/credentials.py#L58-L62
|
||||
// https://github.com/eth-educators/ethstaker-deposit-cli/blob/80d536374de838ccae142974ed0e747b46beb030/ethstaker_deposit/credentials.py#L186-L190
|
||||
//
|
||||
// Since we include the key derivation path of `m/12381/3600/x/0/0` this should only ever match
|
||||
// with a voting keystore and never a withdrawal keystore.
|
||||
|
||||
Reference in New Issue
Block a user