define a key to hold number during pin reset

This commit is contained in:
2024-10-28 15:47:56 +03:00
parent 3de46cef5e
commit e4c2f644f3

View File

@@ -28,6 +28,7 @@ const (
DATA_ACTIVE_SYM
DATA_TEMPORARY_BAL
DATA_ACTIVE_BAL
DATA_BLOCKED_NUMBER
)
func typToBytes(typ DataTyp) []byte {