Skip to content

Commit e032df5

Browse files
authored
Merge pull request bitcoin#1198 from kallerosenbaum/patch-2
BIP 0174: Fix typo in PSBT_OUT_BIP32_DERIVATION
2 parents c798c9c + 8918753 commit e032df5

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
@@ -548,7 +548,7 @@ determine which outputs are change outputs and verify that the change is returni
548548
| <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
549549
| <tt><public key></tt>
550550
| The public key
551-
| <tt><{32-bit uint> <32-bit uint>*</tt>
551+
| <tt><32-bit uint> <32-bit uint>*</tt>
552552
| The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32-bit little endian unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
553553
|
554554
|

0 commit comments

Comments
 (0)