miner: Remove uncompiled MTP code

This commit is contained in:
MarcoFalke
2021-11-30 20:25:22 +01:00
parent fa6b7adf96
commit fa46ac4d9d
2 changed files with 4 additions and 7 deletions

View File

@@ -144,7 +144,8 @@ private:
// Chain context for the block
int nHeight;
int64_t nLockTimeCutoff;
int64_t m_lock_time_cutoff;
const CChainParams& chainparams;
const CTxMemPool& m_mempool;
CChainState& m_chainstate;