added a key to store the initial recipient input given by the user

This commit is contained in:
Alfred Kamanda 2026-02-18 16:04:40 +03:00
parent f869ff437e
commit 81b56f6fed
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -97,6 +97,8 @@ const (
DATA_ACTIVE_SWAP_FROM_BALANCE
// Holds the state whether the transaction uses a custom voucher
DATA_TRANSACTION_CUSTOM_VOUCHER
// Holds the initial recipient input given by the user
DATA_RECIPIENT_INPUT
)
const (