From ea923c99c65697c2c10c23f32511b2b6505c73d0 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 5 Jun 2022 22:44:25 +0000 Subject: [PATCH] comment --- web3-proxy/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3-proxy/src/app.rs b/web3-proxy/src/app.rs index c7d898d3..59fed3ab 100644 --- a/web3-proxy/src/app.rs +++ b/web3-proxy/src/app.rs @@ -171,7 +171,7 @@ impl Web3ProxyApp { ); while let Some(new_head) = head_block_receiver.next().await { - // TODO: make a struct for this? using JsonRpcForwardedResponse won't work because it needs an id + // TODO: make a struct for this? using our JsonRpcForwardedResponse won't work because it needs an id let msg = json!({ "jsonrpc": "2.0", "method":"eth_subscription",