From e6e3e5c21ae67eca44979cc58e0b05345d9eb502 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Fri, 7 May 2021 14:28:16 -0700 Subject: [PATCH] Send registration timestamp to UDB --- ud/register.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ud/register.go b/ud/register.go index 764b8a2b9..dfb6da246 100644 --- a/ud/register.go +++ b/ud/register.go @@ -49,6 +49,7 @@ func (m *Manager) register(username string, comm registerUserComms) error { Salt: cryptoUser.GetReceptionSalt(), }, UID: cryptoUser.GetReceptionID().Marshal(), + Timestamp: user.GetRegistrationTimestampNano(), } // Sign the identity data and add to user registration message -- GitLab