Skip to content

Commit

Permalink
Miner: Unused reserveKey cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jul 17, 2020
1 parent 128978d commit 5f3bfce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ CBlockIndex* GetChainTip()

CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn, CWallet* pwallet, bool fProofOfStake)
{
CReserveKey reservekey(pwallet);

// Create new block
std::unique_ptr<CBlockTemplate> pblocktemplate(new CBlockTemplate());
if (!pblocktemplate.get()) return nullptr;
Expand Down

0 comments on commit 5f3bfce

Please sign in to comment.