From fa4246d7d4425e15247f90a3eeced713c21b1a60 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 20 Nov 2022 18:42:01 -0800 Subject: [PATCH] comment --- web3_proxy/src/bin/web3_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/bin/web3_proxy.rs b/web3_proxy/src/bin/web3_proxy.rs index 73474d8f..679b8197 100644 --- a/web3_proxy/src/bin/web3_proxy.rs +++ b/web3_proxy/src/bin/web3_proxy.rs @@ -278,7 +278,7 @@ mod tests { }; // make a test TopConfig - // TODO: load TopConfig from a file? CliConfig could have `cli_config.load_top_config` + // TODO: load TopConfig from a file? CliConfig could have `cli_config.load_top_config`. would need to inject our endpoint ports let app_config = TopConfig { app: AppConfig { chain_id: 31337,