summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorKalle Rosenbaum <kalle@rosenbaum.se>2021-09-29 11:40:11 +0200
committerGitHub <noreply@github.com>2021-09-29 11:40:11 +0200
commit8918753df96eaf7fd0dd91641ae02eb903960da3 (patch)
tree65555f2b1c48266f808ca3afcdaf4f9128a68a42 /bip-0174.mediawiki
parentbd943663d6908679ca4f94276589ef402f865739 (diff)
downloadbips-8918753df96eaf7fd0dd91641ae02eb903960da3.tar.xz
Fix typo in PSBT_OUT_BIP32_DERIVATION
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index d70a7f1..9b34c99 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.
|
|