Skip to content

Commit aa807d5

Browse files
committed
370: height lock must be greater than 0
1 parent 1c8afe6 commit aa807d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0370.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The new per-input types for PSBT Version 2 are defined as follows:
167167
| None
168168
| No key data
169169
| <tt><32-bit uiht></tt>
170-
| 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.
170+
| 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.
171171
|
172172
| 0
173173
| 2

0 commit comments

Comments
 (0)