mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Fix data type for TAP_MERKLE_ROOT
This commit is contained in:
parent
c876d7e20e
commit
ad6e587232
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
||||
|
|
||||
|
|
Loading…
Add table
Reference in a new issue