This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
requestAirdrop() with 'finalized' seems to return before transaction is finalized (airdropFactory() is fine) #3683
Labels
bug
Something isn't working
Overview
requestAirdrop()
with 'finalized' seems to return before transaction is finalized (airdropFactory() is fine).Code to reproduce is below.
Steps to reproduce
Fails:
Returns:
It looks like the promise is returned before the transaction is actually finalized, and the balance is 0.
Works
Returns:
The promise is corrected returned once the transaction is finalized and the new balance shows.
The text was updated successfully, but these errors were encountered: