Skip to content

Commit

Permalink
Merge pull request bitcoin#844 from kallerosenbaum/master
Browse files Browse the repository at this point in the history
BIP174: Remove misleading sentence
  • Loading branch information
luke-jr committed Nov 4, 2019
2 parents daed7bf + f1aff33 commit ba804c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0174.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba804c9

Please sign in to comment.