match the reset_incorrect_pin symbol to the function name

This commit is contained in:
2025-05-22 12:13:50 +03:00
parent fd43060021
commit 0495472530
14 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ import (
const (
changeHeadSrc = `LOAD reset_account_authorized 0
LOAD reset_incorrect 0
LOAD reset_incorrect_pin 0
CATCH incorrect_pin flag_incorrect_pin 1
CATCH pin_entry flag_account_authorized 0
`