Skip to content

Commit 0a388fa

Browse files
authored
Merge pull request bitcoin#860 from azuchi/fix-wrong-description-bip174
BIP174: Fix wrong description about Proprietary Use Type
2 parents 56fe789 + 87a8540 commit 0a388fa

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 uint}</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 little endian unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
229229
*** <tt>{master key fingerprint}|{32-bit uint}|...|{32-bit uint}</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)