aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.h
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2015-11-01 20:05:16 +0000
committerGregory Maxwell <[email protected]>2015-11-01 20:05:16 +0000
commit8537ecdfc40181249ec37556015a99cfae4b21fd (patch)
treee7a5c3815bcfd33247cd1195d248f13767517c2e /src/policy/policy.h
parentqt: translation update prior to opening 0.12 translations (diff)
downloaddiscoin-8537ecdfc40181249ec37556015a99cfae4b21fd.tar.xz
discoin-8537ecdfc40181249ec37556015a99cfae4b21fd.zip
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints"
This reverts commit dea8d21fc63e9f442299c97010e4740558f4f037.
Diffstat (limited to 'src/policy/policy.h')
-rw-r--r--src/policy/policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/policy.h b/src/policy/policy.h
index f269e8d47..fdc54a70a 100644
--- a/src/policy/policy.h
+++ b/src/policy/policy.h
@@ -44,7 +44,7 @@ static const unsigned int STANDARD_SCRIPT_VERIFY_FLAGS = MANDATORY_SCRIPT_VERIFY
static const unsigned int STANDARD_NOT_MANDATORY_VERIFY_FLAGS = STANDARD_SCRIPT_VERIFY_FLAGS & ~MANDATORY_SCRIPT_VERIFY_FLAGS;
/** Used as the flags parameter to CheckFinalTx() in non-consensus code */
-static const unsigned int STANDARD_LOCKTIME_VERIFY_FLAGS = LOCKTIME_MEDIAN_TIME_PAST;
+static const unsigned int STANDARD_LOCKTIME_VERIFY_FLAGS = 0;
bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType);
/**