Skip to content

Commit af15873

Browse files
authored
Merge pull request bitcoin#1363 from achow101/370-git-conflict
370: Fix merge conflict and typo
2 parents 783d73c + e6c08f3 commit af15873

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

bip-0370.mediawiki

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,8 @@ The new per-input types for PSBT Version 2 are defined as follows:
166166
| <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12</tt>
167167
| None
168168
| No key data
169-
<<<<<<< HEAD
170-
| <tt><32-bit uiht></tt>
169+
| <tt><32-bit uint locktime></tt>
171170
| 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.
172-
||||||| b505101a
173-
| <tt><32-bit uiht></tt>
174-
| 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.
175-
=======
176-
| <tt><32-bit uiht locktime></tt>
177-
| 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.
178-
>>>>>>> origin-pull/1345/head
179171
|
180172
| 0
181173
| 2

0 commit comments

Comments
 (0)