Skip to content

Commit ad6e587

Browse files
committed
Fix data type for TAP_MERKLE_ROOT
1 parent c876d7e commit ad6e587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ The currently defined per-input types are defined as follows:
476476
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
477477
| None
478478
| No key data
479-
| <tt><pubkey></tt>
479+
| <tt><32-byte hash></tt>
480480
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
481481
|
482482
|

bip-0371.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The new per-input types are defined as follows:
9999
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
100100
| None
101101
| No key data
102-
| <tt><pubkey></tt>
102+
| <tt><32-byte hash></tt>
103103
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
104104
|
105105
|

0 commit comments

Comments
 (0)