Skip to content

Commit d48772e

Browse files
committed
missing word in bip47
1 parent d538729 commit d48772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0047.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The following actions are recommended to reduce this risk:
218218
219219
====Sending====
220220

221-
# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH follows:
221+
# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH as follows:
222222
## Alice selects the 0th private key derived from her payment code: <pre>a</pre>
223223
## Alice selects the next unused public key derived from Bob's payment code, starting from zero: <pre>B, where B = bG</pre>
224224
### The "next unused" public key is based on an index specific to the Alice-Bob context, not global to either Alice or Bob

0 commit comments

Comments
 (0)