diff options
author | kallewoof <karljohan-alm@garage.co.jp> | 2021-09-30 08:10:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 08:10:19 +0900 |
commit | e032df5720d67c281782991fad5e249085060c58 (patch) | |
tree | cd9ef02cdd4425b682b9a0cb261b6d5b5c0e9aeb /bip-0174.mediawiki | |
parent | c798c9c54b8c919ac1379142202cc5bc7f3d369e (diff) | |
parent | 8918753df96eaf7fd0dd91641ae02eb903960da3 (diff) |
Merge pull request #1198 from kallerosenbaum/patch-2
BIP 0174: Fix typo in PSBT_OUT_BIP32_DERIVATION
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r-- | bip-0174.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 6f956aa..9a663fc 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -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><public key></tt> | 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. | | |