mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
Remove import already in prelude
This commit is contained in:
@@ -101,7 +101,7 @@ fn initial_validators_for_testing() -> Vec<ValidatorRecord> {
|
|||||||
};
|
};
|
||||||
let validator_record = ValidatorRecord {
|
let validator_record = ValidatorRecord {
|
||||||
pubkey: keypair.pk.clone(),
|
pubkey: keypair.pk.clone(),
|
||||||
..std::default::Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
initial_validators.push(validator_record);
|
initial_validators.push(validator_record);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user