The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If the update set contains the reserve currency and it rate isn't 1, the update is rejected.
  2. If any new rate falls outside the range LaTeX Math Inlinebodyrange [10^{-6}, 10^6], update ; update is rejected.
  3. If any new rate falls outside the range
    LaTeX Math Inline
    body[\frac{OldRate}{2}, 2 \times OldRate]
    , update OldRate/2, 2 x OldRate; update is rejected.
  4. If any new rate falls outside the range LaTeX Math Inlinebody[\frac{OldRate}{range OldRate/1.0001}, 1.0001 \times OldRate], update x OldRate; update is accepted but not performed.

...