aboutsummaryrefslogtreecommitdiffstats
path: root/identity/version.go
diff options
context:
space:
mode:
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