mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Merge pull request #1198 from kallerosenbaum/patch-2
BIP 0174: Fix typo in PSBT_OUT_BIP32_DERIVATION
This commit is contained in:
commit
e032df5720
@ -548,7 +548,7 @@ determine which outputs are change outputs and verify that the change is returni
|
|||||||
| <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
|
| <tt>PSBT_OUT_BIP32_DERIVATION = 0x02</tt>
|
||||||
| <tt><public key></tt>
|
| <tt><public key></tt>
|
||||||
| The public key
|
| The public key
|
||||||
| <tt><{32-bit uint> <32-bit uint>*</tt>
|
| <tt><32-bit uint> <32-bit uint>*</tt>
|
||||||
| 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.
|
| 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.
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user