Browse Source

delete dead code

pull/57/head
Duke Leto 3 years ago
parent
commit
df8cd1180f
  1. 4
      src/miner.cpp

4
src/miner.cpp

@ -210,10 +210,6 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
// Collect memory pool transactions into the block
CAmount nFees = 0;
// we will attempt to spend any cheats we see
CTransaction cheatTx;
boost::optional<CTransaction> cheatSpend;
uint256 cbHash;
boost::this_thread::interruption_point(); // exit thread before entering locks.

Loading…
Cancel
Save