From 2ee908938e6f61ce7e5769a19932c9485925c8c9 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 30 Nov 2022 06:01:03 +0000 Subject: [PATCH] add goal --- web3_proxy/src/bin/web3_proxy_cli/cost_calculator.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web3_proxy/src/bin/web3_proxy_cli/cost_calculator.rs b/web3_proxy/src/bin/web3_proxy_cli/cost_calculator.rs index f2e6af2c..37f265b2 100644 --- a/web3_proxy/src/bin/web3_proxy_cli/cost_calculator.rs +++ b/web3_proxy/src/bin/web3_proxy_cli/cost_calculator.rs @@ -161,6 +161,8 @@ impl CostCalculatorCommand { debug!("cost_seconds: {}", cost_seconds); + info!("$0.000005 = goal"); + let query_seconds: Decimal = query_response .last_period_datetime .signed_duration_since(query_response.first_period_datetime)