removed unused DATA_RECIPIENT_ACTIVE_TOKEN key

This commit is contained in:
Alfred Kamanda 2025-08-25 17:21:23 +03:00
parent 0c67efedea
commit 5a09d33be0
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -91,8 +91,6 @@ const (
DATA_ACTIVE_POOL_SYM
// Holds the send transaction type
DATA_SEND_TRANSACTION_TYPE
// Holds the recipient active token (RAT)
DATA_RECIPIENT_ACTIVE_TOKEN
// Holds the recipient formatted phone number
DATA_RECIPIENT_PHONE_NUMBER
)