mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add comment to BIP9 time fields
The semantics of these fields were changed in
6fc3fe04ef.
This commit is contained in:
parent
fa3a74b75f
commit
7208d5b6fb
1 changed files with 2 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue