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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The currently defined global types are as follows:
132
132
** Value: The 32-bit little endian unsigned integer representing the version number of this PSBT. If ommitted, the version number is 0.
133
133
*** <tt>{32-bit uint}</tt>
134
134
135
-
* Type: Version Number <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
135
+
* Type: Proprietary Use Type <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
136
136
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
137
137
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
138
138
** Value: Any value data as defined by the proprietary type user.
@@ -200,7 +200,7 @@ The currently defined per-input types are defined as follows:
200
200
** Value: The UTF-8 encoded commitment message string for the proof-of-reserves. See [[bip-0127.mediawiki|BIP 127]] for more information.
201
201
*** <tt>{porCommitment}</tt>
202
202
203
-
* Type: Version Number <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
203
+
* Type: Proprietary Use Type <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
204
204
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
205
205
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
206
206
** Value: Any value data as defined by the proprietary type user.
@@ -228,7 +228,7 @@ determine which outputs are change outputs and verify that the change is returni
228
228
** Value: The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32-bit little endian unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
0 commit comments