Skip to content

Commit

Permalink
Merge pull request bitcoin#1363 from achow101/370-git-conflict
Browse files Browse the repository at this point in the history
370: Fix merge conflict and typo
  • Loading branch information
luke-jr authored Sep 29, 2022
2 parents 783d73c + e6c08f3 commit af15873
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bip-0370.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,8 @@ The new per-input types for PSBT Version 2 are defined as follows:
| <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12</tt>
| None
| No key data
<<<<<<< HEAD
| <tt><32-bit uiht></tt>
| <tt><32-bit uint locktime></tt>
| 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.
||||||| b505101a
| <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.
=======
| <tt><32-bit uiht locktime></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.
>>>>>>> origin-pull/1345/head
|
| 0
| 2
Expand Down

0 comments on commit af15873

Please sign in to comment.