From 385b670a9f7be472e8fd4eaeb195936c5efb2da5 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Wed, 30 Sep 2020 18:56:52 +0200 Subject: [PATCH] Add comment to BIP9 time fields The semantics of these fields were changed in 6fc3fe04efc01a68f7bdaabf054929dc8db6dcb1. --- src/consensus/params.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/consensus/params.h b/src/consensus/params.h index e4ef209bef..6a90c7a417 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -34,8 +34,10 @@ struct BIP9Deployment { /** Bit position to select the particular bit in nVersion. */ int bit; /** Start MedianTime for version bits miner confirmation. Can be a date in the past */ + // ELEMENTS: Interpreted as block height! int64_t nStartTime; /** Timeout/expiry MedianTime for the deployment attempt. */ + // ELEMENTS: Interpreted as block height! int64_t nTimeout; /** Constant for nTimeout very far in the future. */