Merge remote-tracking branch 'refs/remotes/origin/wip-account-creation' into wip-account-creation

This commit is contained in:
2024-08-21 21:44:07 +03:00
5 changed files with 31 additions and 31 deletions

View File

@@ -1,9 +1,11 @@
LOAD max_amount 0
RELOAD validate_recipient
CATCH invalid_recipient 13 1
LOAD max_amount 10
MAP max_amount
MOUT back 0
HALT
INCMP ^ 0
LOAD validate_amount 0
INCMP _ 0
LOAD validate_amount 64
LOAD get_recipient 12
LOAD get_sender 64
MOVE transaction_pin
INCMP transaction_pin *

View File

@@ -1,5 +1,5 @@
MAP validate_recipient
LOAD transaction_reset 0
RELOAD transaction_reset
MOUT retry 1
MOUT quit 9
HALT

View File

@@ -1,7 +1,6 @@
LOAD transaction_reset 0
MOUT back 0
HALT
INCMP ^ 0
LOAD validate_recipient 0
MAP validate_recipient
MOVE amount
LOAD validate_recipient 20
INCMP _ 0
INCMP amount *

View File

@@ -7,5 +7,5 @@ MAP get_sender
MOUT back 0
MOUT quit 9
HALT
INCMP ^ 0
INCMP _ 0
INCMP quit 9