added the DATA_RECIPIENT_PHONE_NUMBER to store the formatted phone number

This commit is contained in:
Alfred Kamanda 2025-08-04 13:50:21 +03:00
parent b6de057cc4
commit 5b82afa768
Signed by: Alfred-mk
GPG Key ID: A1C8294B5C886C25

View File

@ -93,6 +93,8 @@ const (
DATA_SEND_TRANSACTION_TYPE
// Holds the recipient active token (RAT)
DATA_RECIPIENT_ACTIVE_TOKEN
// Holds the recipient formatted phone number
DATA_RECIPIENT_PHONE_NUMBER
)
const (