mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
commit
272d9cf558
@ -222,7 +222,7 @@ semantics and detailed rationale for those semantics.
|
|||||||
if (nLockTime < 0)
|
if (nLockTime < 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// There are two times of nLockTime: lock-by-blockheight
|
// There are two types of nLockTime: lock-by-blockheight
|
||||||
// and lock-by-blocktime, distinguished by whether
|
// and lock-by-blocktime, distinguished by whether
|
||||||
// nLockTime < LOCKTIME_THRESHOLD.
|
// nLockTime < LOCKTIME_THRESHOLD.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user