From 71ab99357418dab72df6a4e77760061083bb1fbf Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 11 May 2022 23:54:08 +0000 Subject: [PATCH] more todo --- web3-proxy/src/jsonrpc.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web3-proxy/src/jsonrpc.rs b/web3-proxy/src/jsonrpc.rs index 94fbe56d..c17cea30 100644 --- a/web3-proxy/src/jsonrpc.rs +++ b/web3-proxy/src/jsonrpc.rs @@ -83,6 +83,8 @@ impl<'de> Deserialize<'de> for JsonRpcRequestEnum { match key { Field::JsonRpc => { // throw away the value + // TODO: should we check that it's 2.0? + // TODO: how do we skip over this value entirely? let _: String = map.next_value()?; } Field::Id => {