Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Jul 4, 2024
1 parent b551d61 commit 40380e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rpc/rpc/src/otterscan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ where

while low <= high {
let mid = (low + high) / 2;
let mid_nonce = EthApiServer::transaction_count(
&self.eth,
let mid_nonce = self.eth.transaction_count(
sender,
Some(BlockId::Number(BlockNumberOrTag::Number(mid))),
)
Expand Down

0 comments on commit 40380e5

Please sign in to comment.