This commit is contained in:
jl777
2018-04-25 18:52:27 +03:00
parent efee0b0e9d
commit 9d65762061
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ uint32_t KOMODO_INITDONE;
char KMDUSERPASS[4096],BTCUSERPASS[4096]; uint16_t KMD_PORT = 7771,BITCOIND_RPCPORT = 7771;
uint64_t PENDING_KOMODO_TX;
extern int32_t KOMODO_LOADINGBLOCKS;
extern unsigned int MAX_BLOCK_SIGOPS;
unsigned int MAX_BLOCK_SIGOPS = 20000;
struct komodo_kv *KOMODO_KV;
pthread_mutex_t KOMODO_KV_mutex,KOMODO_CC_mutex;