From 27a46c51074099ec0ba3519b30657f30e172bc4e Mon Sep 17 00:00:00 2001 From: commercium-sys Date: Mon, 25 Dec 2023 20:28:26 -0500 Subject: [PATCH] project builds with let dispatch but does not run... --- src/eth/provider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/provider.rs b/src/eth/provider.rs index 0ec94dfb..ff1fe9e6 100644 --- a/src/eth/provider.rs +++ b/src/eth/provider.rs @@ -53,7 +53,7 @@ pub async fn provider( send_to_loop.send(open_ws).await; - // let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await; + let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await; while let Some(km) = recv_in_client.recv().await { match km.message {