Skip to content

Commit f1aff33

Browse files
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.
1 parent 7e9fab1 commit f1aff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ determine which outputs are change outputs and verify that the change is returni
205205
* Type: BIP 32 Derivation Path <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
206206
** Key: The public key
207207
*** <tt>{0x02}|{public key}</tt>
208-
** 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.
208+
** 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.
209209
*** <tt>{master key fingerprint}|{32-bit int}|...|{32-bit int}</tt>
210210
211211
The transaction format is specified as follows:

0 commit comments

Comments
 (0)