forked from urdt/ussd
Start the sub prefix data at 256 (0x0100)
This commit is contained in:
parent
18423fcd9c
commit
f733fe5636
@ -32,7 +32,8 @@ const (
|
||||
DATA_PUBLIC_KEY_REVERSE
|
||||
DATA_ACTIVE_DECIMAL
|
||||
DATA_ACTIVE_ADDRESS
|
||||
DATA_VOUCHER_SYMBOLS
|
||||
// Start the sub prefix data at 256 (0x0100)
|
||||
DATA_VOUCHER_SYMBOLS DataTyp = 256 + iota
|
||||
DATA_VOUCHER_BALANCES
|
||||
DATA_VOUCHER_DECIMALS
|
||||
DATA_VOUCHER_ADDRESSES
|
||||
|
Loading…
Reference in New Issue
Block a user