Remove stub core/src/genesis_utils.rs (#8999)

This commit is contained in:
Michael Vines
2020-03-21 10:54:40 -07:00
committed by GitHub
parent 734afee5e0
commit 18c1f0dfe9
27 changed files with 69 additions and 65 deletions

View File

@ -476,14 +476,14 @@ impl WindowService {
mod test {
use super::*;
use crate::{
cluster_info::ClusterInfo, contact_info::ContactInfo,
genesis_utils::create_genesis_config_with_leader, repair_service::RepairSlotRange,
cluster_info::ClusterInfo, contact_info::ContactInfo, repair_service::RepairSlotRange,
};
use rand::thread_rng;
use solana_ledger::shred::DataShredHeader;
use solana_ledger::{
blockstore::{make_many_slot_entries, Blockstore},
entry::{create_ticks, Entry},
genesis_utils::create_genesis_config_with_leader,
get_tmp_ledger_path,
shred::Shredder,
};