summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2019-11-04 15:00:38 +0000
committerGitHub <noreply@github.com>2019-11-04 15:00:38 +0000
commitba804c9d52dad25fd60a594e179720c9e16b7163 (patch)
tree70ea57fa44c7eb7de227042a0b36e6585282f401 /bip-0174.mediawiki
parentdaed7bfa8d6db2982c2c61692aa6bd3908ed3e56 (diff)
parentf1aff33f46a8787d54813b25b6792d3d16902934 (diff)
downloadbips-ba804c9d52dad25fd60a594e179720c9e16b7163.tar.xz
Merge pull request #844 from kallerosenbaum/master
BIP174: Remove misleading sentence
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 38ea8b3..49bc060 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -225,7 +225,7 @@ determine which outputs are change outputs and verify that the change is returni
* Type: BIP 32 Derivation Path <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
** Key: The public key
*** <tt>{0x02}|{public key}</tt>
-** 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. This must omit the index of the master key. Public keys are those needed to spend this output.
+** 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.
*** <tt>{master key fingerprint}|{32-bit int}|...|{32-bit int}</tt>
* Type: Version Number <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>