simplified the vis files by removing unused LOAD and RELOAD statements
This commit is contained in:
parent
e03ca7fcae
commit
836ea3ce9d
@ -13,7 +13,4 @@ LOAD validate_amount 64
|
|||||||
RELOAD validate_amount
|
RELOAD validate_amount
|
||||||
CATCH invalid_amount flag_invalid_amount 1
|
CATCH invalid_amount flag_invalid_amount 1
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
LOAD get_recipient 0
|
|
||||||
LOAD get_sender 64
|
|
||||||
LOAD get_amount 32
|
|
||||||
INCMP transaction_pin *
|
INCMP transaction_pin *
|
||||||
|
|||||||
@ -1,10 +1,4 @@
|
|||||||
LOAD reset_incorrect_pin 6
|
LOAD reset_incorrect_pin 6
|
||||||
CATCH _ flag_account_authorized 0
|
CATCH _ flag_account_authorized 0
|
||||||
RELOAD get_amount
|
LOAD initiate_normal_transaction 0
|
||||||
MAP get_amount
|
|
||||||
RELOAD get_recipient
|
|
||||||
MAP get_recipient
|
|
||||||
RELOAD get_sender
|
|
||||||
MAP get_sender
|
|
||||||
LOAD initiate_transaction 0
|
|
||||||
HALT
|
HALT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user