Skip to content

Commit

Permalink
fixup! refactor(orchestration): consistent naming for validator address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 2, 2024
1 parent ee96a33 commit 0090372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/orchestration/src/examples/stakeAtom.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const start = async (zcf, privateArgs, baggage) => {
zcf.getTerms();
const { orchestration, marshaller, storageNode, icqConnection } = privateArgs;

trace('@@@ICQCONN', icqConnection);
const zone = makeDurableZone(baggage);

const { makeRecorderKit } = prepareRecorderKitMakers(baggage, marshaller);
Expand Down
2 changes: 0 additions & 2 deletions packages/orchestration/src/proposals/start-stakeAtom.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const startStakeAtom = async (
controllerConnectionId,
);

trace('@@@ICQCONN', icqConnection);

/** @type {StartUpgradableOpts<StakeAtomSF>} */
const startOpts = {
label: 'stakeAtom',
Expand Down

0 comments on commit 0090372

Please sign in to comment.