added a key to store the initial recipient input given by the user
This commit is contained in:
parent
f869ff437e
commit
81b56f6fed
@ -97,6 +97,8 @@ const (
|
|||||||
DATA_ACTIVE_SWAP_FROM_BALANCE
|
DATA_ACTIVE_SWAP_FROM_BALANCE
|
||||||
// Holds the state whether the transaction uses a custom voucher
|
// Holds the state whether the transaction uses a custom voucher
|
||||||
DATA_TRANSACTION_CUSTOM_VOUCHER
|
DATA_TRANSACTION_CUSTOM_VOUCHER
|
||||||
|
// Holds the initial recipient input given by the user
|
||||||
|
DATA_RECIPIENT_INPUT
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user