Skip to content

Commit

Permalink
Update query.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy authored Sep 5, 2024
1 parent 78a8a8e commit 4d6253f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/eth_client/src/clients/http/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ where
latency.observe();
Ok(tx)
}

async fn get_pending_block_base_fee_per_gas(&self) -> EnrichedClientResult<U256> {
COUNTERS.call[&(Method::PendingBlockBaseFee, self.component())].inc();
let latency = LATENCIES.direct[&Method::PendingBlockBaseFee].start();
Expand Down

0 comments on commit 4d6253f

Please sign in to comment.