diff --git a/web3_proxy/src/stats/stat_buffer.rs b/web3_proxy/src/stats/stat_buffer.rs index 965b3650..c510b8ac 100644 --- a/web3_proxy/src/stats/stat_buffer.rs +++ b/web3_proxy/src/stats/stat_buffer.rs @@ -36,6 +36,7 @@ pub struct SpawnedStatBuffer { /// these handles are important and must be allowed to finish pub background_handle: Web3ProxyJoinHandle<()>, } + pub struct StatBuffer { accounting_db_buffer: HashMap, billing_period_seconds: i64,