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 (