diff options
author | Michael Muré <michael.mure@consensys.net> | 2019-02-03 19:55:35 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:40:23 +0100 |
commit | 328a4e5abf3ec8ea41f89575fcfb83cf9f086c80 (patch) | |
tree | 29ce99a1cb244badd74acb61d2b251e56fd1643f /identity/version.go | |
parent | 56c6147eb6012252cf0b723b9eb6d1e841fc2f94 (diff) | |
download | git-bug-328a4e5abf3ec8ea41f89575fcfb83cf9f086c80.tar.gz |
identity: wip push/pull
Diffstat (limited to 'identity/version.go')
-rw-r--r-- | identity/version.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/identity/version.go b/identity/version.go index d4afc893..f8b9cc73 100644 --- a/identity/version.go +++ b/identity/version.go @@ -20,6 +20,8 @@ type Version struct { // Not serialized commitHash git.Hash + // Todo: add unix timestamp for ordering with identical lamport time ? + // The lamport time at which this version become effective // The reference time is the bug edition lamport clock Time lamport.Time |