diff --git a/web3_proxy/src/rpcs/many.rs b/web3_proxy/src/rpcs/many.rs index dc876523..bf481a68 100644 --- a/web3_proxy/src/rpcs/many.rs +++ b/web3_proxy/src/rpcs/many.rs @@ -1349,11 +1349,11 @@ impl Serialize for Web3Rpcs { state.serialize_field( "caches", - &[ + &( MokaCacheSerializer(&self.blocks_by_hash), MokaCacheSerializer(&self.blocks_by_number), MokaCacheSerializer(&self.pending_transaction_cache), - ], + ), )?; state.serialize_field("block_sender_len", &self.block_sender.len())?;