mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Remove LOCKTIME_MEDIAN_TIME_PAST constant
This commit is contained in:
@@ -369,8 +369,8 @@ void MinerTestingSetup::TestBasicMining(const CChainParams& chainparams, const C
|
||||
}
|
||||
|
||||
// non-final txs in mempool
|
||||
SetMockTime(m_node.chainman->ActiveChain().Tip()->GetMedianTimePast()+1);
|
||||
const int flags{LOCKTIME_VERIFY_SEQUENCE | LOCKTIME_MEDIAN_TIME_PAST};
|
||||
SetMockTime(m_node.chainman->ActiveChain().Tip()->GetMedianTimePast() + 1);
|
||||
const int flags{LOCKTIME_VERIFY_SEQUENCE};
|
||||
// height map
|
||||
std::vector<int> prevheights;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user