File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cosmic-swingset/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -759,14 +759,14 @@ export async function launch({
759
759
blockParams || Fail `blockParams missing` ;
760
760
761
761
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.
763
764
//
764
765
// This is necessary only after a restart when Tendermint is reevaluating the
765
766
// block that was interrupted and not committed.
766
767
//
767
768
// We assert that the return values are identical, which allows us to silently
768
769
// clear the queue.
769
- for ( const _ of actionQueue . consumeAll ( ) ) ;
770
770
try {
771
771
replayChainSends ( ) ;
772
772
} catch ( e ) {
You can’t perform that action at this time.
0 commit comments