Skip to content

Commit ba804c9

Browse files
authored
Merge pull request bitcoin#844 from kallerosenbaum/master
BIP174: Remove misleading sentence
2 parents daed7bf + f1aff33 commit ba804c9

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
@@ -225,7 +225,7 @@ determine which outputs are change outputs and verify that the change is returni
225225
* Type: BIP 32 Derivation Path <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
226226
** Key: The public key
227227
*** <tt>{0x02}|{public key}</tt>
228-
** 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.
228+
** 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.
229229
*** <tt>{master key fingerprint}|{32-bit int}|...|{32-bit int}</tt>
230230
231231
* Type: Version Number <tt>PSBT_OUTPUT_PROPRIETARY = 0xFC</tt>

0 commit comments

Comments
 (0)