send with swap #102
@ -4,6 +4,7 @@ RELOAD max_amount
|
|||||||
MAP max_amount
|
MAP max_amount
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
|
CATCH transaction_swap flag_swap_transaction 1
|
||||||
LOAD validate_amount 64
|
LOAD validate_amount 64
|
||||||
RELOAD validate_amount
|
RELOAD validate_amount
|
||||||
CATCH api_failure flag_api_call_error 1
|
CATCH api_failure flag_api_call_error 1
|
||||||
|
3
services/registration/transaction_swap
Normal file
3
services/registration/transaction_swap
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{{.transaction_swap_preview}}
|
||||||
|
|
||||||
|
Please enter your PIN to confirm:
|
12
services/registration/transaction_swap.vis
Normal file
12
services/registration/transaction_swap.vis
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
LOAD transaction_swap_preview 0
|
||||||
|
MAP transaction_swap_preview
|
||||||
|
CATCH api_failure flag_api_call_error 1
|
||||||
|
MOUT back 0
|
||||||
|
MOUT quit 9
|
||||||
|
LOAD authorize_account 6
|
||||||
|
HALT
|
||||||
|
RELOAD authorize_account
|
||||||
|
CATCH incorrect_pin flag_incorrect_pin 1
|
||||||
|
INCMP _ 0
|
||||||
|
INCMP quit 9
|
||||||
|
INCMP transaction_swap_initiated *
|
Loading…
Reference in New Issue
Block a user