From 7783ba8835f0a942cf35048216468cfabb6c4a3e Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Tue, 3 Feb 2026 17:02:44 +0300 Subject: [PATCH] removed unused data keys --- store/db/db.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/store/db/db.go b/store/db/db.go index 5ecce84..4cc3f57 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -93,10 +93,6 @@ const ( DATA_SEND_TRANSACTION_TYPE // Holds the recipient formatted phone number DATA_RECIPIENT_PHONE_NUMBER - // holds the current credit of the user - DATA_CURRENT_CREDIT - // holds the current debt of the user - DATA_CURRENT_DEBT ) const (