default stake cache = false

This commit is contained in:
Michel van Kessel
2020-11-20 14:44:20 +01:00
parent cd0660e7b8
commit 68e49d9f46

View File

@@ -954,7 +954,7 @@ public:
/* Set the current HD master key (will reset the chain child index counters) */ /* Set the current HD master key (will reset the chain child index counters) */
bool SetHDMasterKey(const CPubKey& key); bool SetHDMasterKey(const CPubKey& key);
static const bool DEFAULT_STAKE_CACHE = true; static const bool DEFAULT_STAKE_CACHE = false;
}; };
/** A key allocated from the key pool. */ /** A key allocated from the key pool. */