Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mo4islona committed Nov 28, 2024
1 parent e6df841 commit aa67f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm-processor/src/ds-archive/portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class EvmPortal implements DataSource<Block, DataRequest> {
let top = await height.get()
for (let req of requests) {
let fromBlock = req.range.from
let toBlock = req.range.from
let toBlock = req.range.to
let fields = addAlwaysSelectedFields(req.request.fields)

if (top < fromBlock && stopOnHead) return
Expand Down

0 comments on commit aa67f45

Please sign in to comment.