add the temporary and active symbol

This commit is contained in:
Alfred Kamanda 2024-10-09 15:38:19 +03:00
parent 9ccb6cc066
commit 6c904a8b3f
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

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