Add -testmode command line arg

This commit is contained in:
blackjok3r
2019-04-21 13:05:39 +08:00
parent 82e6cd0f93
commit d16cdf5538
6 changed files with 8 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ uint64_t PENDING_KOMODO_TX;
extern int32_t KOMODO_LOADINGBLOCKS;
unsigned int MAX_BLOCK_SIGOPS = 20000;
int32_t KOMODO_TESTNODE;
struct komodo_kv *KOMODO_KV;
pthread_mutex_t KOMODO_KV_mutex,KOMODO_CC_mutex;