Expose time range (#5108)

This commit is contained in:
Bogdan-Ștefan Neacşu
2024-11-08 11:10:22 +02:00
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>,