Skip to content

Commit 9e708ba

Browse files
committed
fix: rpc provider waitForTransaction
1 parent 12db930 commit 9e708ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/provider/rpc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ export class RpcProvider implements ProviderInterface {
248248

249249
retries -= 1;
250250
}
251+
252+
await wait(retryInterval);
251253
}
252254

253255
/**

0 commit comments

Comments
 (0)