summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorKalle Rosenbaum <kalle@rosenbaum.se>2019-09-20 18:57:17 +0200
committerKalle Rosenbaum <kalle@rosenbaum.se>2019-09-20 19:00:03 +0200
commitf1aff33f46a8787d54813b25b6792d3d16902934 (patch)
tree70abdd33f187855245b5dcbbc10026d3241760a0 /bip-0174.mediawiki
parent7e9fab150f2e4b33c6195d2734e38f9e51721ea0 (diff)
downloadbips-f1aff33f46a8787d54813b25b6792d3d16902934.tar.xz
BIP174: Remove misleading sentence
The sentence seems to suggest that the "master key fingerprint" can be the fingerprint of any intermediate node on the derivation path, which isn't true.
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 75a4df9..7deb0b1 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -205,7 +205,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>
The transaction format is specified as follows: