HomePhabricator

Enable policy enforcing GetMedianTimePast as the end point of lock-time…
dea8d21fc63eUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

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.