From 758463ee8c3731547a33ab582d06e5a7e3e20905 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 4 Aug 2025 11:19:22 +0300 Subject: [PATCH] add transaction data keys --- store/db/db.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index 5ada4f6..4b133bc 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -89,6 +89,10 @@ const ( DATA_ACTIVE_POOL_NAME // Holds the active pool symbol for the swap DATA_ACTIVE_POOL_SYM + // Holds the send transaction type + DATA_SEND_TRANSACTION_TYPE + // Holds the recipient active token (RAT) + DATA_RECIPIENT_ACTIVE_TOKEN ) const (