Skip to content

Commit 87a8540

Browse files
committed
BIP174: Fix wrong description about Proprietary Use Type
1 parent 8431b22 commit 87a8540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0174.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The currently defined global types are as follows:
132132
** Value: The 32-bit little endian unsigned integer representing the version number of this PSBT. If ommitted, the version number is 0.
133133
*** <tt>{32-bit int}</tt>
134134
135-
* Type: Version Number <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
135+
* Type: Proprietary Use Type <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
136136
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
137137
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
138138
** 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:
200200
** Value: The UTF-8 encoded commitment message string for the proof-of-reserves. See [[bip-0127.mediawiki|BIP 127]] for more information.
201201
*** <tt>{porCommitment}</tt>
202202
203-
* Type: Version Number <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
203+
* Type: Proprietary Use Type <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
204204
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
205205
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
206206
** 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
228228
** Value: The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32 bit unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
229229
*** <tt>{master key fingerprint}|{32-bit int}|...|{32-bit int}</tt>
230230
231-
* Type: Version Number <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>
231+
* Type: Proprietary Use Type <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>
232232
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
233233
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
234234
** Value: Any value data as defined by the proprietary type user.

0 commit comments

Comments
 (0)