Seems to be an issue where refreshing too quickly leads to the code not stopping at the latest signature.

This commit is contained in:
Nicholas Clarke 2022-01-12 15:02:11 -08:00
parent 6797b01b2c
commit 18a8082a9b
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ async function consumeTransactions() {
);
console.log('Refresh complete');
await sleep(5 * 1000);
}
}