Add support for Ether-1 (ETHO)

This commit is contained in:
Michael Ira Krufky
2018-08-05 02:19:44 -04:00
parent a8877b319a
commit 4034d5f4d0
5 changed files with 16 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_MUSICOIN,
CHAIN_KIND_CALLISTO,
CHAIN_KIND_ETHERSOCIAL,
CHAIN_KIND_ELLAISM
CHAIN_KIND_ELLAISM,
CHAIN_KIND_ETHER1
} chain_kind_t;
typedef struct chain_config_s {