add -ac_ccactivateht=. Fix oracles timestamp activation, to stop loading block from disk for no reason.

This commit is contained in:
blackjok3r
2019-06-10 23:30:13 +08:00
parent ce6acf0d00
commit fd23e3a914
6 changed files with 41 additions and 11 deletions

View File

@@ -115,6 +115,8 @@ int32_t KOMODO_TESTNODE, KOMODO_SNAPSHOT_INTERVAL;
CScript KOMODO_EARLYTXID_SCRIPTPUB;
int32_t ASSETCHAINS_EARLYTXIDCONTRACT;
std::map <std::int8_t, int32_t> mapHeightEvalActivate;
struct komodo_kv *KOMODO_KV;
pthread_mutex_t KOMODO_KV_mutex,KOMODO_CC_mutex;