From 5b82afa768584fe8fab61a51f64dde40bb3477b4 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 4 Aug 2025 13:50:21 +0300 Subject: [PATCH] added the DATA_RECIPIENT_PHONE_NUMBER to store the formatted phone number --- store/db/db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index 4b133bc..c21a645 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -93,6 +93,8 @@ const ( DATA_SEND_TRANSACTION_TYPE // Holds the recipient active token (RAT) DATA_RECIPIENT_ACTIVE_TOKEN + // Holds the recipient formatted phone number + DATA_RECIPIENT_PHONE_NUMBER ) const (