Skip to content

Commit

Permalink
fix(cosmic-swingset): use cosmic-swingset-bootstrap-block-finish
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 20, 2021
1 parent 9c8725b commit a789b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/src/launch-chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export async function launch(
// entire bootstrap before opening for business.
await crankScheduler(Infinity);
controller.writeSlogObject({
type: 'cosmic-swingset-bootstrap-block-end',
type: 'cosmic-swingset-bootstrap-block-finish',
blockTime,
});
}
Expand Down

0 comments on commit a789b02

Please sign in to comment.