From 5255671a3da1948d57c251d88a5282d38de22dcd Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Fri, 13 Feb 2026 03:56:55 +0300 Subject: [PATCH] added the data key for the swap from balance --- store/db/db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index e228971..67850b9 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -93,6 +93,8 @@ const ( DATA_SEND_TRANSACTION_TYPE // Holds the recipient formatted phone number DATA_RECIPIENT_PHONE_NUMBER + // Currently active swap from balance for the swap + DATA_ACTIVE_SWAP_FROM_BALANCE ) const (