Skip to content

Commit

Permalink
fix: rpc provider waitForTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun committed Jul 19, 2022
1 parent 12db930 commit 9e708ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/provider/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export class RpcProvider implements ProviderInterface {

retries -= 1;
}

await wait(retryInterval);
}

/**
Expand Down

0 comments on commit 9e708ba

Please sign in to comment.