mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +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 {
|
||||
pubkey: keypair.pk.clone(),
|
||||
..std::default::Default::default()
|
||||
..Default::default()
|
||||
};
|
||||
initial_validators.push(validator_record);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user