added stake cache + checked ismine

This commit is contained in:
janko33bd
2018-01-30 23:52:33 +01:00
parent 6bb3826fe1
commit c1e0fac4f8
5 changed files with 92 additions and 29 deletions

View File

@@ -932,6 +932,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;
};
/** A key allocated from the key pool. */
@@ -989,5 +990,4 @@ public:
}
};
bool CheckKernel(CBlockIndex* pindexPrev, unsigned int nBits, int64_t nTime, const COutPoint& prevout, int64_t* pBlockTime = NULL);
#endif // BITCOIN_WALLET_WALLET_H