From d3542c914f738b8e4ea0844bb20d99ea59f1ff46 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 7 Nov 2022 22:30:02 +0000 Subject: [PATCH] lint --- web3_proxy/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/config.rs b/web3_proxy/src/config.rs index cb6530f8..b9235709 100644 --- a/web3_proxy/src/config.rs +++ b/web3_proxy/src/config.rs @@ -56,7 +56,7 @@ pub struct AppConfig { pub allowed_origin_requests_per_period: HashMap, /// EVM chain id. 1 for ETH - /// TODO: better type for chain_id? max of `u64::MAX / 2 - 36` https://github.com/ethereum/EIPs/issues/2294 + /// TODO: better type for chain_id? max of `u64::MAX / 2 - 36` pub chain_id: u64, /// Database is used for user data.