From 56cda36aa752d32653249fee5f0d2b088e838889 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Thu, 10 Apr 2025 13:55:00 +0300 Subject: [PATCH] updated the description of DATA_SELF_PIN_RESET --- store/db/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/db/db.go b/store/db/db.go index f7f7013..517d0a0 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -65,7 +65,7 @@ const ( DATA_ACCOUNT_ALIAS //currently suggested alias by the api awaiting user's confirmation as accepted account alias DATA_SUGGESTED_ALIAS - //currently suggested alias by the api awaiting user's confirmation as accepted account alias + //Key used to store a value of 1 for a user to reset their own PIN once they access the menu. DATA_SELF_PIN_RESET )