fix: wait for airdrop (#538)
This commit is contained in:
parent
67c9b50249
commit
29aabcb195
|
@ -793,6 +793,7 @@ export class Connection {
|
|||
throw new Error(res.error.message);
|
||||
}
|
||||
assert(typeof res.result !== 'undefined');
|
||||
await sleep(500);
|
||||
return res.result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue