Split Asset contract into Tokens and Assets
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
EVAL(EVAL_PEGS, 0xee) \
|
||||
EVAL(EVAL_MARMARA, 0xef) \
|
||||
EVAL(EVAL_PAYMENTS, 0xf0) \
|
||||
EVAL(EVAL_GATEWAYS, 0xf1)
|
||||
EVAL(EVAL_GATEWAYS, 0xf1) \
|
||||
EVAL(EVAL_TOKENS, 0xf2)
|
||||
|
||||
|
||||
typedef uint8_t EvalCode;
|
||||
|
||||
Reference in New Issue
Block a user