ESN(Ethersocial Network) support added

This commit is contained in:
hackyminer
2018-07-30 09:43:11 +09:00
parent 2fe57f1811
commit 79348a2d91
9 changed files with 17 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_ETHERSOCIAL
} chain_kind_t;
typedef struct chain_config_s {