bitcoin/src/policy
Mark Friedenbach dea8d21fc6 Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
Transactions are not allowed in the memory pool or selected for inclusion in a block until their lock times exceed chainActive.Tip()->GetMedianTimePast(). However blocks including transactions which are only mature under the old rules are still accepted; this is *not* the soft-fork required to actually rely on the new constraint in production.
2015-10-23 09:02:24 -07:00
..
fees.cpp typofixes (found by misspell_fixer) 2015-08-10 22:06:27 +01:00
fees.h typofixes (found by misspell_fixer) 2015-08-10 22:06:27 +01:00
policy.cpp Accept any sequence of PUSHDATAs in OP_RETURN outputs 2015-10-01 18:28:13 +02:00
policy.h Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 2015-10-23 09:02:24 -07:00