Skip to content

Commit

Permalink
docs(vats): prune refs to python provisioning service
Browse files Browse the repository at this point in the history
Is there anything left that's worth saying about "scenario #1"?
  • Loading branch information
dckc committed Jan 21, 2022
1 parent 5b1ed18 commit 74e4c02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vats/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,6 @@ export function buildRootObject(vatPowers, vatParameters) {
);

console.debug(`${ROLE} bootstrap starting`);
// scenario #1: Cloud has: multi-node chain, controller solo node,
// provisioning server (python). New clients run provisioning
// client (python) on localhost, which creates client solo node on
// localhost, with HTML frontend. Multi-player mode.
switch (ROLE) {
// REAL VALIDATORS run this.
case 'chain': {
Expand Down

0 comments on commit 74e4c02

Please sign in to comment.