You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0174.mediawiki
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ The currently defined per-input types are defined as follows:
465
465
| <tt>PSBT_IN_TAP_INTERNAL_KEY = 0x17</tt>
466
466
| None
467
467
| No key data
468
-
| <tt><pubkey></tt>
468
+
| <tt><xonlypubkey></tt>
469
469
| 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.
470
470
|
471
471
|
@@ -570,7 +570,7 @@ determine which outputs are change outputs and verify that the change is returni
570
570
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt>
571
571
| None
572
572
| No key data
573
-
| <tt><pubkey></tt>
573
+
| <tt><xonlypubkey></tt>
574
574
| The X-only pubkey used as the internal key in this output.
Copy file name to clipboardExpand all lines: bip-0371.mediawiki
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The new per-input types are defined as follows:
89
89
| <tt>PSBT_IN_TAP_INTERNAL_KEY = 0x17</tt>
90
90
| None
91
91
| No key data
92
-
| <tt><pubkey></tt>
92
+
| <tt><xonlypubkey></tt>
93
93
| The X-only pubkey used as the internal key in this output.<ref>'''Why is the internal key provided?'''The internal key is not necessarily the same key as in the Taproot output script. BIP 341 recommends tweaking the key with the hash of itself. It may be necessary for signers to know what the internal key actually is so that they are able to determine whether an input can be signed by it.</ref> Finalizers should remove this field after <tt>PSBT_IN_FINAL_SCRIPTWITNESS</tt> is constructed.
94
94
|
95
95
|
@@ -123,7 +123,7 @@ The new per-output types are defined as follows:
123
123
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt>
124
124
| None
125
125
| No key data
126
-
| <tt><pubkey></tt>
126
+
| <tt><xonlypubkey></tt>
127
127
| The X-only pubkey used as the internal key in this output.
0 commit comments