Skip to content

Commit

Permalink
fix(cosmic-swingset): Follow-up comment from Richard Gibson
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jul 26, 2022
1 parent 22f5839 commit fd32422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cosmic-swingset/src/chain-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ export default async function main(progname, args, { env, homedir, agcc }) {
portNums.lien = action.lienPort;
}

// Ensure that initialization has completed.
if (!blockingSend) {
const { savedChainSends: scs, ...fns } =
await launchAndInitializeSwingSet(action);
Expand Down

0 comments on commit fd32422

Please sign in to comment.