move the catch for flag_account_authorized to the swap_preview node

This commit is contained in:
Alfred Kamanda 2025-03-06 09:23:28 +03:00
parent 21922e2b62
commit c367984930
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -6,6 +6,7 @@ LOAD authorize_account 6
HALT
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
CATCH . flag_account_authorized 0
INCMP _ 0
INCMP quit 9
INCMP swap_initiated *