Add support for Ellaism

This commit is contained in:
hackyminer
2018-08-01 08:17:51 +09:00
parent 2fe57f1811
commit 1fd14b15eb
9 changed files with 19 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_PIRL,
CHAIN_KIND_AKROMA,
CHAIN_KIND_MUSICOIN,
CHAIN_KIND_CALLISTO
CHAIN_KIND_CALLISTO,
CHAIN_KIND_ELLAISM
} chain_kind_t;
typedef struct chain_config_s {