mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
Correct pubkey type for TAP_INTERNAL_KEY
This commit is contained in:
@@ -465,7 +465,7 @@ The currently defined per-input types are defined as follows:
|
||||
| <tt>PSBT_IN_TAP_INTERNAL_KEY = 0x17</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><pubkey></tt>
|
||||
| <tt><xonlypubkey></tt>
|
||||
| The X-only pubkey used as the internal key in this output. Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
|
||||
|
|
||||
|
|
||||
@@ -570,7 +570,7 @@ determine which outputs are change outputs and verify that the change is returni
|
||||
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><pubkey></tt>
|
||||
| <tt><xonlypubkey></tt>
|
||||
| The X-only pubkey used as the internal key in this output.
|
||||
|
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user