diff options
author | Brandon Black <brandonblack@bitgo.com> | 2022-04-04 07:37:41 -0700 |
---|---|---|
committer | Brandon Black <brandonblack@bitgo.com> | 2022-04-04 07:37:41 -0700 |
commit | ad6e587232a29f4a86483e3b83ebdfcd7b46f77d (patch) | |
tree | 000da351e92e917e1ef7c5eaa44108cfbf561944 /bip-0174.mediawiki | |
parent | c876d7e20e8384ccf5148cf4dd6933da4c1f3b5b (diff) |
Fix data type for TAP_MERKLE_ROOT
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r-- | bip-0174.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 6b8ca26..6c5c3cf 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -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. | | |