increase the size to resolve sink error

This commit is contained in:
Alfred Kamanda 2024-10-21 17:14:59 +03:00
parent 5909659fa9
commit 02cb75f97a
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LOAD save_temporary_pin 0
LOAD save_temporary_pin 6
HALT
LOAD verify_create_pin 8
INCMP account_creation *

View File

@ -2,7 +2,7 @@ LOAD create_account 0
CATCH account_creation_failed flag_account_creation_failed 1
MOUT exit 0
HALT
LOAD save_temporary_pin 0
LOAD save_temporary_pin 6
RELOAD save_temporary_pin
CATCH . flag_incorrect_pin 1
INCMP quit 0