add the temporary and active symbol

This commit is contained in:
2024-10-09 15:38:19 +03:00
parent 9ccb6cc066
commit 6c904a8b3f

View File

@@ -24,6 +24,8 @@ const (
DATA_AMOUNT
DATA_TEMPORARY_PIN
DATA_VOUCHER_LIST
DATA_TEMPORARY_SYM
DATA_ACTIVE_SYM
)
func typToBytes(typ DataTyp) []byte {