update confirm alias node

This commit is contained in:
Carlosokumu 2025-04-30 17:13:10 +03:00
parent 6ebc1d0951
commit 13551b70d5
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
2 changed files with 7 additions and 9 deletions

View File

@ -1,2 +1,2 @@
Your full alias will be: {{.get_suggested_alias}} Your full alias will be: {{.get_suggested_alias}}
Please enter your PIN to confirm: Please choose `Ok` to accept or `Cancel` to stop:

View File

@ -1,12 +1,10 @@
LOAD reset_invalid_pin 6
RELOAD reset_invalid_pin
LOAD get_suggested_alias 0 LOAD get_suggested_alias 0
RELOAD get_suggested_alias RELOAD get_suggested_alias
MAP get_suggested_alias MAP get_suggested_alias
MOUT back 0 MOUT ok 1
MOUT cancel 2
MOUT quit 9
HALT HALT
INCMP _ 0 INCMP update_alias 1
RELOAD authorize_account INCMP ^ 2
CATCH incorrect_pin flag_incorrect_pin 1 INCMP quit 9
CATCH invalid_pin flag_invalid_pin 1
CATCH update_alias flag_allow_update 1