diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-06-01 21:14:25 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2022-06-01 21:14:25 -0400 |
commit | aa807d5a139cb36cf258553da4510142edf53edb (patch) | |
tree | f350913acb41d22441252ff2499b0a1b8050c1f1 | |
parent | 1c8afe6ea4769c3efd42bd7c10b738fbe5263d7f (diff) |
370: height lock must be greater than 0
-rw-r--r-- | bip-0370.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 89a435b..533d6da 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -167,7 +167,7 @@ The new per-input types for PSBT Version 2 are defined as follows: | None | No key data | <tt><32-bit uiht></tt> -| 32 bit unsigned little endian integer less than 500000000 representing the minimum block height that this input requires to be set as the transaction's lock time. +| 32 bit unsigned little endian integer greater than 0 and less than 500000000 representing the minimum block height that this input requires to be set as the transaction's lock time. | | 0 | 2 |