delete dead code
This commit is contained in:
@@ -210,10 +210,6 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
|
|||||||
// Collect memory pool transactions into the block
|
// Collect memory pool transactions into the block
|
||||||
CAmount nFees = 0;
|
CAmount nFees = 0;
|
||||||
|
|
||||||
// we will attempt to spend any cheats we see
|
|
||||||
CTransaction cheatTx;
|
|
||||||
boost::optional<CTransaction> cheatSpend;
|
|
||||||
|
|
||||||
uint256 cbHash;
|
uint256 cbHash;
|
||||||
|
|
||||||
boost::this_thread::interruption_point(); // exit thread before entering locks.
|
boost::this_thread::interruption_point(); // exit thread before entering locks.
|
||||||
|
|||||||
Reference in New Issue
Block a user