change position of LOAD function

This commit is contained in:
Alfred Kamanda 2024-09-23 14:16:01 +03:00 committed by Carlosokumu
parent 4db862bc97
commit b15ba367c4
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
3 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ CATCH invalid_amount flag_invalid_amount 1
INCMP _ 0 INCMP _ 0
LOAD get_recipient 12 LOAD get_recipient 12
LOAD get_sender 64 LOAD get_sender 64
LOAD get_amount 12
INCMP transaction_pin * INCMP transaction_pin *

View File

@ -1,4 +1,3 @@
LOAD reset_account_authorized 0
LOAD reset_incorrect 0 LOAD reset_incorrect 0
CATCH incorrect_pin flag_incorrect_pin 1 CATCH incorrect_pin flag_incorrect_pin 1
CATCH pin_entry flag_account_authorized 0 CATCH pin_entry flag_account_authorized 0

View File

@ -1,3 +1,4 @@
LOAD reset_account_authorized 0
LOAD check_balance 64 LOAD check_balance 64
RELOAD check_balance RELOAD check_balance
MAP check_balance MAP check_balance