File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ The currently defined per-input types are defined as follows:
476
476
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18 </tt>
477
477
| None
478
478
| No key data
479
- | <tt><pubkey > </tt>
479
+ | <tt><32-byte hash > </tt>
480
480
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS </tt> is constructed.
481
481
|
482
482
|
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The new per-input types are defined as follows:
99
99
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18 </tt>
100
100
| None
101
101
| No key data
102
- | <tt><pubkey > </tt>
102
+ | <tt><32-byte hash > </tt>
103
103
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS </tt> is constructed.
104
104
|
105
105
|
You can’t perform that action at this time.
0 commit comments