aboutsummaryrefslogtreecommitdiffstats
path: root/identity/version.go
diff options
context:
space:
mode:
authorMichael Muré <michael.mure@consensys.net>2019-02-03 19:55:35 +0100
committerMichael Muré <batolettre@gmail.com>2019-03-01 22:40:23 +0100
commit328a4e5abf3ec8ea41f89575fcfb83cf9f086c80 (patch)
tree29ce99a1cb244badd74acb61d2b251e56fd1643f /identity/version.go
parent56c6147eb6012252cf0b723b9eb6d1e841fc2f94 (diff)
downloadgit-bug-328a4e5abf3ec8ea41f89575fcfb83cf9f086c80.tar.gz
identity: wip push/pull
Diffstat (limited to 'identity/version.go')
-rw-r--r--identity/version.go2
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