Add support for High Performance Blockchain

homepage: https://hpb.io
block explorer: https://hpbscan.org
network statistics : https://hpbscan.org
git: https://github.com/hpb-project
slip0044 index : 269
chain ID: 269
This commit is contained in:
Nicemanss
2018-11-09 00:25:04 +01:00
parent b678aa95cf
commit 24433ce7d4
10 changed files with 19 additions and 5 deletions

View File

@@ -24,7 +24,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_ATHEIOS,
CHAIN_KIND_GOCHAIN,
CHAIN_KIND_MIX,
CHAIN_KIND_REOSC
CHAIN_KIND_REOSC,
CHAIN_KIND_HPB
} chain_kind_t;
typedef struct chain_config_s {