This commit is contained in:
Bryan Stitt 2022-06-05 22:44:25 +00:00
parent 2243cacf70
commit ea923c99c6

View File

@ -171,7 +171,7 @@ impl Web3ProxyApp {
); );
while let Some(new_head) = head_block_receiver.next().await { 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!({ let msg = json!({
"jsonrpc": "2.0", "jsonrpc": "2.0",
"method":"eth_subscription", "method":"eth_subscription",