Skip to content

Commit 6066068

Browse files
authored
Merge branch 'master' into call-startvat-properly
2 parents e5e7324 + d3c6e8a commit 6066068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cosmic-swingset/src/launch-chain.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,14 +759,14 @@ export async function launch({
759759
blockParams || Fail`blockParams missing`;
760760

761761
if (!blockNeedsExecution(blockHeight)) {
762-
// We are reevaluating, so send exactly the same downcalls to the chain.
762+
// We are reevaluating, so do not do any work, and send exactly the
763+
// same downcalls to the chain.
763764
//
764765
// This is necessary only after a restart when Tendermint is reevaluating the
765766
// block that was interrupted and not committed.
766767
//
767768
// We assert that the return values are identical, which allows us to silently
768769
// clear the queue.
769-
for (const _ of actionQueue.consumeAll());
770770
try {
771771
replayChainSends();
772772
} catch (e) {

0 commit comments

Comments
 (0)