get the vouchers list and store in gdbm

This commit is contained in:
2024-10-05 16:56:49 +03:00
parent 31aea6b807
commit 517f980664
7 changed files with 152 additions and 37 deletions

View File

@@ -23,6 +23,7 @@ const (
DATA_RECIPIENT
DATA_AMOUNT
DATA_TEMPORARY_PIN
DATA_VOUCHER_LIST
)
func typToBytes(typ DataTyp) []byte {