define a key to hold number during pin reset

This commit is contained in:
Carlosokumu 2024-10-28 15:47:56 +03:00
parent 3de46cef5e
commit e4c2f644f3
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

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