dogecoin/src/consensus
Gregory Maxwell 40cd32e835 Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations"
This reverts commit 9d55050773.

As noted by Luke-Jr, under some conditions this will accept transactions which are invalid by the network
 rules.  This happens when the current block time is head of the median time past and a transaction's
 locktime is in the middle.

This could be addressed by changing the rule to MAX(this_block_time, MTP+offset) but this solution and
 the particular offset used deserve some consideration.
2015-11-01 20:05:18 +00:00
..
consensus.h Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations" 2015-11-01 20:05:18 +00:00
params.h Added fPowNoRetargeting field to Consensus::Params that disables nBits recalculation. 2015-10-19 14:25:21 -04:00
validation.h Add debug message to CValidationState for optional extra information 2015-08-06 09:47:01 +02:00