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:
parent
1c8afe6ea4
commit
aa807d5a13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user