diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index b7c9b9ff26..a6bda8e60b 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -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.