mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-27 22:56:31 +02:00
370: height lock must be greater than 0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user