aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-03-14 18:20:03 +0100
committerMacroFake <falke.marco@gmail.com>2022-06-22 09:54:15 +0200
commitfa1fe2e5004a6bacded464ed9778ff196e05859c (patch)
tree30474456f56ca292bd370c7c46672b6b30a59266 /src/consensus
parente3b06e8dd8982155a97cfd090c01d06455a3c84d (diff)
downloadbitcoin-fa1fe2e5004a6bacded464ed9778ff196e05859c.tar.xz
Remove LOCKTIME_MEDIAN_TIME_PAST constant
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/consensus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h
index 788fa4e55b..b2a31e3ba4 100644
--- a/src/consensus/consensus.h
+++ b/src/consensus/consensus.h
@@ -26,7 +26,5 @@ static const size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR *
/** Flags for nSequence and nLockTime locks */
/** Interpret sequence numbers as relative lock-time constraints. */
static constexpr unsigned int LOCKTIME_VERIFY_SEQUENCE = (1 << 0);
-/** Use GetMedianTimePast() instead of nTime for end point timestamp. */
-static constexpr unsigned int LOCKTIME_MEDIAN_TIME_PAST = (1 << 1);
#endif // BITCOIN_CONSENSUS_CONSENSUS_H