Skip to content

Commit

Permalink
chore: remove incorrect kernelKeeper comment about vNN.meter
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Aug 14, 2024
1 parent 9d3c496 commit d3248aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/SwingSet/src/kernel/state/kernelKeeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const CURRENT_SCHEMA_VERSION = 2;
// $vatSlot is one of: o+$NN/o-$NN/p+$NN/p-$NN/d+$NN/d-$NN
// v$NN.c.$vatSlot = $kernelSlot = ko$NN/kp$NN/kd$NN
// v$NN.vs.$key = string
// v$NN.meter = m$NN // XXX does this exist?
// old (v0): v$NN.reapInterval = $NN or 'never'
// old (v0): v$NN.reapCountdown = $NN or 'never'
// v$NN.reapDirt = JSON({ deliveries, gcKrefs, computrons }) // missing keys treated as zero
Expand Down

0 comments on commit d3248aa

Please sign in to comment.