mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Fix data type for TAP_MERKLE_ROOT
This commit is contained in:
parent
c876d7e20e
commit
ad6e587232
@ -476,7 +476,7 @@ The currently defined per-input types are defined as follows:
|
|||||||
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
|
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
|
||||||
| None
|
| None
|
||||||
| No key data
|
| 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.
|
| 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>
|
| <tt>PSBT_IN_TAP_MERKLE_ROOT = 0x18</tt>
|
||||||
| None
|
| None
|
||||||
| No key data
|
| 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.
|
| The 32 byte Merkle root hash. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user