summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2019-12-13 16:07:25 +0000
committerGitHub <noreply@github.com>2019-12-13 16:07:25 +0000
commit0a388fac4619e4405c40449e4e86416b4b167fe0 (patch)
treed5d28854287599fe4192184004b86a7aad258751 /bip-0174.mediawiki
parent56fe789358ddf207daa0587f41449ce5d2668eaf (diff)
parent87a85402ae23f087496883c757a066f4857b13f8 (diff)
downloadbips-0a388fac4619e4405c40449e4e86416b4b167fe0.tar.xz
Merge pull request #860 from azuchi/fix-wrong-description-bip174
BIP174: Fix wrong description about Proprietary Use Type
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index d8f76cc..d95b119 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -132,7 +132,7 @@ The currently defined global types are as follows:
** Value: The 32-bit little endian unsigned integer representing the version number of this PSBT. If ommitted, the version number is 0.
*** <tt>{32-bit uint}</tt>
-* Type: Version Number <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
+* Type: Proprietary Use Type <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
** 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:
** Value: The UTF-8 encoded commitment message string for the proof-of-reserves. See [[bip-0127.mediawiki|BIP 127]] for more information.
*** <tt>{porCommitment}</tt>
-* Type: Version Number <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
+* Type: Proprietary Use Type <tt>PSBT_INPUT_PROPRIETARY = 0xFC</tt>
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
** 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
** 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.
*** <tt>{master key fingerprint}|{32-bit uint}|...|{32-bit uint}</tt>
-* Type: Version Number <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>
+* Type: Proprietary Use Type <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** <tt>{0xFC}|<prefix>|{subtype}|{key data}</tt>
** Value: Any value data as defined by the proprietary type user.