Skip to content

Commit

Permalink
chore: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Feb 26, 2024
1 parent 5a30b2d commit a526621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/src/proposals/probeZcfBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const probeZcfBundleCap = async (
const { adminNode, root: zoeRoot } = await E(vatStore).get('zoe');
const zoeConfigFacet = await E(zoeRoot).getZoeConfigFacet();

// STEP 1: restart WF; it'll use the newest ZCF //////////////////
// STEP 1: restart WF; it'll use the newest ZCF known to Zoe ////////////////

const WALLET_STORAGE_PATH_SEGMENT = 'wallet';
const [walletBridgeManager, walletStorageNode, ppFacets] = await Promise.all([
Expand Down

0 comments on commit a526621

Please sign in to comment.