Skip to content

doc: fix incorrect statement about Vclock

Егор Ивков requested to merge fix-vclock-docs into master
  1. Using comparison operators if partial_cmp returns None will not lead to panic, it will return false instead.
  2. LSNs equal to 0 are ignored in Vclock::from function only, not in (de)serialization.
Edited by Yaroslav Dynnikov

Merge request reports