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