Add comment to BIP9 time fields

The semantics of these fields were changed in
6fc3fe04ef.
This commit is contained in:
Steven Roose 2020-09-30 18:56:52 +02:00
parent 6f70350d07
commit 385b670a9f
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

View file

@ -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. */