We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ae225 + 4d7cf70 commit b8ab018Copy full SHA for b8ab018
contract_manager/scripts/latency_entropy_with_callback.ts
@@ -37,7 +37,7 @@ async function testLatency(
37
privateKey: PrivateKey,
38
provider?: string,
39
) {
40
- provider = provider || await contract.getDefaultProvider();
+ provider = provider || (await contract.getDefaultProvider());
41
const userRandomNumber = contract.generateUserRandomNumber();
42
const requestResponse = await contract.requestRandomness(
43
userRandomNumber,
0 commit comments