Skip to content

Commit

Permalink
Check register add delay
Browse files Browse the repository at this point in the history
Signed-off-by: KayleCoder <[email protected]>
  • Loading branch information
KayleCoder committed Aug 1, 2024
1 parent f7c558e commit 05d5150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/tonbag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async function checkRegisterSuccess(address: Address, orderAddress: string, retr
if (retry) {
let retryTimes = 0;
while (nextProof == -1n && retryTimes < 10) {
await sleep(3);
nextProof = await storageContract.getNextProof(address);
retryTimes++;
}
Expand Down

0 comments on commit 05d5150

Please sign in to comment.