diff options
author | Leo Wandersleb <leo@leowandersleb.de> | 2017-05-02 13:57:58 -0300 |
---|---|---|
committer | Leo Wandersleb <leo@leowandersleb.de> | 2017-05-02 13:57:58 -0300 |
commit | d48772e3cbb19073ac1a64409ad44237a18ae977 (patch) | |
tree | 0b50947668220a188e03feae375fae74a44dde71 /bip-0047.mediawiki | |
parent | d53872957fe8b34b90eb730dc3297ad771c20ff7 (diff) |
missing word in bip47
Diffstat (limited to 'bip-0047.mediawiki')
-rw-r--r-- | bip-0047.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki index 155922d..ace365c 100644 --- a/bip-0047.mediawiki +++ b/bip-0047.mediawiki @@ -218,7 +218,7 @@ The following actions are recommended to reduce this risk: ====Sending==== -# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH follows: +# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH as follows: ## Alice selects the 0th private key derived from her payment code: <pre>a</pre> ## Alice selects the next unused public key derived from Bob's payment code, starting from zero: <pre>B, where B = bG</pre> ### The "next unused" public key is based on an index specific to the Alice-Bob context, not global to either Alice or Bob |