Skip to content

Commit

Permalink
Update SpokePoolClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 13, 2024
1 parent 75421db commit 9d8696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/SpokePoolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ export class SpokePoolClient extends BaseAbstractClient {
}

async findDepositV3(depositId: number, destinationChainId: number, depositor: string): Promise<V3DepositWithBlock> {
// Binary search for block. This way we can get the blocks before and after the deposit with
// Binary search for event search bounds. This way we can get the blocks before and after the deposit with
// deposit ID = fill.depositId and use those blocks to optimize the search for that deposit.
// Stop searches after a maximum # of searches to limit number of eth_call requests. Make an
// eth_getLogs call on the remaining block range (i.e. the [low, high] remaining from the binary
Expand Down

0 comments on commit 9d8696f

Please sign in to comment.