From 5a09d33be0dc2fd0230640813a3f9f7bce71d7a3 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 25 Aug 2025 17:21:23 +0300 Subject: [PATCH] removed unused DATA_RECIPIENT_ACTIVE_TOKEN key --- store/db/db.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/store/db/db.go b/store/db/db.go index c21a645..4cc3f57 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -91,8 +91,6 @@ const ( DATA_ACTIVE_POOL_SYM // Holds the send transaction type DATA_SEND_TRANSACTION_TYPE - // Holds the recipient active token (RAT) - DATA_RECIPIENT_ACTIVE_TOKEN // Holds the recipient formatted phone number DATA_RECIPIENT_PHONE_NUMBER )