Remove erroneous comment

This commit is contained in:
Stephen Akridge 2019-03-20 14:41:24 -07:00 committed by sakridge
parent 63e8496473
commit bcb190a12a
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering};
use std::sync::{Arc, RwLock};
use std::time::Instant;
/// Reasons a transaction might be rejected.
#[derive(Default, Debug, PartialEq, Eq, Clone, Copy)]
pub struct EpochSchedule {
/// The maximum number of slots in each epoch.