Expose time range (#5108)
This commit is contained in:
committed by
GitHub
parent
0bb287af89
commit
74db9ab779
@@ -21,7 +21,7 @@ pub mod error;
|
||||
mod helpers;
|
||||
mod state;
|
||||
|
||||
const TIME_RANGE_SEC: i64 = 30;
|
||||
pub const TIME_RANGE_SEC: i64 = 30;
|
||||
|
||||
pub struct EcashManager<S> {
|
||||
shared_state: SharedState<S>,
|
||||
|
||||
Reference in New Issue
Block a user