self pin reset #49

Merged
Alfred-mk merged 32 commits from self-pin-reset-node into master 2025-04-11 09:26:11 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 0337c66f96 - Show all commits

View File

@ -5,4 +5,4 @@ HALT
INCMP _ 0 INCMP _ 0
LOAD request_custom_alias 0 LOAD request_custom_alias 0
RELOAD request_custom_alias RELOAD request_custom_alias
INCMP confirm_new_alias * INCMP confirm_new_alias *

View File

@ -4,5 +4,5 @@ HALT
INCMP _ 0 INCMP _ 0
RELOAD authorize_account RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1 CATCH incorrect_pin flag_incorrect_pin 1
CATCH invalid_pin flag_invalid_pin 1 CATCH invalid_pin flag_invalid_pin 1
INCMP new_pin * INCMP new_pin *

View File

@ -6,4 +6,4 @@ MOUT back 0
MOUT quit 9 MOUT quit 9
HALT HALT
INCMP ^ 0 INCMP ^ 0
INCMP quit 9 INCMP quit 9