1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

370: height lock must be greater than 0

This commit is contained in:
Andrew Chow 2022-06-01 21:14:25 -04:00
parent 1c8afe6ea4
commit aa807d5a13

View File

@ -167,7 +167,7 @@ The new per-input types for PSBT Version 2 are defined as follows:
| None | None
| No key data | No key data
| <tt><32-bit uiht></tt> | <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 | 0
| 2 | 2