From 07e0e877d57a1fc9d91a1072e776a2b1406534f4 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Thu, 29 Jan 2026 16:08:53 +0300 Subject: [PATCH] added data keys for the credit and debt values --- store/db/db.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index 4cc3f57..5ecce84 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -93,6 +93,10 @@ 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 (