Remove erroneous comment
This commit is contained in:
parent
63e8496473
commit
bcb190a12a
|
@ -27,7 +27,6 @@ use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering};
|
||||||
use std::sync::{Arc, RwLock};
|
use std::sync::{Arc, RwLock};
|
||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
|
|
||||||
/// Reasons a transaction might be rejected.
|
|
||||||
#[derive(Default, Debug, PartialEq, Eq, Clone, Copy)]
|
#[derive(Default, Debug, PartialEq, Eq, Clone, Copy)]
|
||||||
pub struct EpochSchedule {
|
pub struct EpochSchedule {
|
||||||
/// The maximum number of slots in each epoch.
|
/// The maximum number of slots in each epoch.
|
||||||
|
|
Loading…
Reference in New Issue