Skip to content

Commit 08b5fa2

Browse files
authored
Merge pull request #220 from oasisprotocol/aefhm-patch-1
Remove redundant code in example script
2 parents 9ccaf13 + 0b61760 commit 08b5fa2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/hardhat/scripts/run-vigil.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function main() {
3030
await generateTraffic(10);
3131
}
3232

33-
await generateTraffic(10);
3433
await new Promise((resolve) => setTimeout(resolve, 30_000));
3534
console.log('Checking the secret again');
3635
await (await vigil.revealSecret(0)).wait(); // Reveal the secret.

0 commit comments

Comments
 (0)