Skip to content

Commit 30e5424

Browse files
committed
appease clippy
1 parent 0f03e63 commit 30e5424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcli/src/new_testnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn initialize_state_with_validators<T: EthSpec>(
177177
// Seed RANDAO with Eth1 entropy
178178
state.fill_randao_mixes_with(eth1_block_hash);
179179

180-
for keypair in keypairs.into_iter() {
180+
for keypair in keypairs.iter() {
181181
let withdrawal_credentials = |pubkey: &PublicKey| {
182182
let mut credentials = hash(&pubkey.as_ssz_bytes());
183183
credentials[0] = spec.bls_withdrawal_prefix_byte;

0 commit comments

Comments
 (0)