We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1907a80 commit b8f3277Copy full SHA for b8f3277
src/miner.cpp
@@ -110,7 +110,6 @@ CBlockIndex* GetChainTip()
110
return mapBlockIndex.at(p->GetBlockHash());
111
}
112
113
-std::pair<int, std::pair<uint256, uint256> > pCheckpointCache;
114
CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn, CWallet* pwallet, bool fProofOfStake)
115
{
116
CReserveKey reservekey(pwallet);
0 commit comments