mirror of
https://github.com/bitcoin/bips.git
synced 2025-08-09 01:32:41 +02:00
Fix data type for TAP_MERKLE_ROOT
This commit is contained in:
@@ -476,7 +476,7 @@ The currently defined per-input types are defined as follows:
|
||||
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><pubkey></tt>
|
||||
| <tt><32-byte hash></tt>
|
||||
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
|
||||
|
|
||||
|
|
||||
|
@@ -99,7 +99,7 @@ The new per-input types are defined as follows:
|
||||
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><pubkey></tt>
|
||||
| <tt><32-byte hash></tt>
|
||||
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
|
||||
|
|
||||
|
|
||||
|
Reference in New Issue
Block a user