This commit is contained in:
Alexandre Paillier
2022-06-15 13:32:50 +02:00
parent d1eb4ccc92
commit 785cfdc2ea
6 changed files with 16 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_BTTC,
CHAIN_KIND_KARDIACHAIN,
CHAIN_KIND_WETHIO,
CHAIN_KIND_OKC
CHAIN_KIND_OKC,
CHAIN_KIND_CUBE
} chain_kind_t;
typedef struct chain_config_s {