Versions Compared

Key

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

...

  • The node is part of the voter set and is registered → the node should be removed from the voter set, and then unregistered
  • The node is part of the voter set and is not registered → the node should be removed from the voter set, and return an error that the node is not registered
  • The node is not part of the voter set and is registered → return an error the node is not part of the voter set, and then the node should be unregistered
  • The node is not part of the voter set and is not registered → return errors that the node is not part of the voter set and is not registered

...