data-items-cleanup #203
@ -32,7 +32,8 @@ const (
|
|||||||
DATA_PUBLIC_KEY_REVERSE
|
DATA_PUBLIC_KEY_REVERSE
|
||||||
DATA_ACTIVE_DECIMAL
|
DATA_ACTIVE_DECIMAL
|
||||||
DATA_ACTIVE_ADDRESS
|
DATA_ACTIVE_ADDRESS
|
||||||
DATA_VOUCHER_SYMBOLS
|
// Start the sub prefix data at 256 (0x0100)
|
||||||
Alfred-mk marked this conversation as resolved
Outdated
|
|||||||
|
DATA_VOUCHER_SYMBOLS DataTyp = 256 + iota
|
||||||
Alfred-mk marked this conversation as resolved
Outdated
lash
commented
I would start at 256 (0x0100), and keep the DATATYPE_USERDATA prefix. I would start at 256 (0x0100), and keep the DATATYPE_USERDATA prefix.
|
|||||||
DATA_VOUCHER_BALANCES
|
DATA_VOUCHER_BALANCES
|
||||||
DATA_VOUCHER_DECIMALS
|
DATA_VOUCHER_DECIMALS
|
||||||
DATA_VOUCHER_ADDRESSES
|
DATA_VOUCHER_ADDRESSES
|
||||||
|
Loading…
Reference in New Issue
Block a user
Perhaps better name
DATA_VOUCHER_*
?