From 68e49d9f4696d668bd27ef135f2d72c28d82084c Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Fri, 20 Nov 2020 14:44:20 +0100 Subject: [PATCH] default stake cache = false --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index f5bf5016e..4c259c1db 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -954,7 +954,7 @@ public: /* Set the current HD master key (will reset the chain child index counters) */ 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. */