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}}
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
RELOAD get_suggested_alias
MAP get_suggested_alias
MOUT back 0
MOUT ok 1
MOUT cancel 2
MOUT quit 9
HALT
INCMP _ 0
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
CATCH invalid_pin flag_invalid_pin 1
CATCH update_alias flag_allow_update 1
INCMP update_alias 1
INCMP ^ 2
INCMP quit 9