Cheatcatcher tests to remove and change to max sequential POS

This commit is contained in:
miketout
2018-10-12 21:09:45 -07:00
parent a5d8fff5e5
commit 4326041663
5 changed files with 44 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ uint32_t komodo_segid32(char *coinaddr);
int64_t komodo_coinsupply(int64_t *zfundsp,int32_t height);
int32_t notarizedtxid_height(char *dest,char *txidstr,int32_t *kmdnotarized_heightp);
#define KOMODO_VERSION "0.2.1"
#define VERUS_VERSION "0.3.2"
#define VERUS_VERSION "0.4.0"
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
extern uint32_t ASSETCHAINS_CC;
extern uint32_t ASSETCHAINS_MAGIC;