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 (