Skip to content

Commit

Permalink
Add final handleScanProgress call to ensure the correct progress update
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Sep 7, 2023
1 parent 1bebeac commit ba0fce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filecoin/FilecoinEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ export class FilecoinEngine extends CurrencyEngine<
]

await Promise.all(scanners)

handleScanProgress(1)
}

async scanTransactionsFromFilscan(
Expand Down

0 comments on commit ba0fce0

Please sign in to comment.