Skip to content

Commit

Permalink
Added TODO for WORLD-1225
Browse files Browse the repository at this point in the history
  • Loading branch information
ezavada committed Oct 25, 2024
1 parent 14d66cb commit 7e90543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Transaction struct {
}

func TimestampNow() int64 {
return time.Now().UnixMicro()
return time.Now().UnixMicro() // TODO: need to deal with message uniqueness beyond timestamp. See WORLD-1225
}

func TimestampAt(t time.Time) int64 {
Expand Down

0 comments on commit 7e90543

Please sign in to comment.