Add support for Callisto

This commit is contained in:
Michael Ira Krufky
2018-07-30 18:12:20 -04:00
parent e8d0f63664
commit 486e4b5ed2
9 changed files with 16 additions and 1 deletions

View File

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