We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f03e63 commit 30e5424Copy full SHA for 30e5424
lcli/src/new_testnet.rs
@@ -177,7 +177,7 @@ fn initialize_state_with_validators<T: EthSpec>(
177
// Seed RANDAO with Eth1 entropy
178
state.fill_randao_mixes_with(eth1_block_hash);
179
180
- for keypair in keypairs.into_iter() {
+ for keypair in keypairs.iter() {
181
let withdrawal_credentials = |pubkey: &PublicKey| {
182
let mut credentials = hash(&pubkey.as_ssz_bytes());
183
credentials[0] = spec.bls_withdrawal_prefix_byte;
0 commit comments