mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-06 17:46:00 +00:00
Remove trailing whitespace from all BIPs
This commit is contained in:
@@ -45,13 +45,13 @@ BIP68 (sequence numbers) and BIP112 (CHECKSEQUENCEVERIFY).
|
||||
|
||||
==Specification==
|
||||
|
||||
The values for transaction locktime remain unchanged. The difference is only in
|
||||
the calculation determining whether a transaction can be included. Instead of
|
||||
an unreliable timestamp, the following function is used to determine the current
|
||||
The values for transaction locktime remain unchanged. The difference is only in
|
||||
the calculation determining whether a transaction can be included. Instead of
|
||||
an unreliable timestamp, the following function is used to determine the current
|
||||
block time for the purpose of checking lock-time constraints:
|
||||
|
||||
enum { nMedianTimeSpan=11 };
|
||||
|
||||
|
||||
int64_t GetMedianTimePast(const CBlockIndex* pindex)
|
||||
{
|
||||
int64_t pmedian[nMedianTimeSpan];
|
||||
|
||||
Reference in New Issue
Block a user