Move EpochSchedule into own module (#4272)

This commit is contained in:
carllin
2019-05-13 16:24:32 -07:00
committed by GitHub
parent 7501ed65e5
commit 3bd921264a
11 changed files with 113 additions and 108 deletions

View File

@ -261,7 +261,7 @@ mod test {
use crate::packet::{index_blobs, Blob};
use crate::service::Service;
use crate::streamer::{blob_receiver, responder};
use solana_runtime::bank::{Bank, MINIMUM_SLOT_LENGTH};
use solana_runtime::epoch_schedule::MINIMUM_SLOT_LENGTH;
use solana_sdk::hash::Hash;
use std::fs::remove_dir_all;
use std::net::UdpSocket;