rename unlock flags to authorize

This commit is contained in:
2024-08-30 11:15:08 +03:00
parent 1ded359b59
commit 95e142860e
5 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
LOAD reset_unlocked 16
LOAD reset_unlock_for_update 0
RELOAD reset_unlock_for_update
LOAD reset_account_authorized 16
LOAD reset_allow_update 0
RELOAD reset_allow_update
MOUT edit_name 1
MOUT edit_gender 2
MOUT edit_yob 3

View File

@@ -1,4 +1,4 @@
LOAD reset_unlock_for_update 0
LOAD reset_allow_update 0
MOUT profile 1
MOUT change_language 2
MOUT check_balance 3

View File

@@ -1,4 +1,4 @@
LOAD unlock_account 0
LOAD authorize_account 0
HALT
RELOAD unlock_account
RELOAD authorize_account
MOVE _

View File

@@ -6,9 +6,10 @@ MAP get_sender
MOUT back 0
MOUT quit 9
HALT
LOAD unlock_account 1
RELOAD unlock_account
LOAD authorize_account 1
RELOAD authorize_account
CATCH incorrect_pin 15 1
INCMP _ 0
INCMP quit 9
MOVE transaction_initiated