Skip to content

Commit 063d702

Browse files
committed
Improve wording
1 parent df9830a commit 063d702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-alfredhodler-privatepayments.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When Alice wants to notify Bob that he will receive future payments from her, sh
120120
# Commits to one of Bob's accepted address types by choosing its ordinal value. Going forward Alice must not send to address types other than the one she committed to in the notification.
121121
# Constructs a notification payload by concatenating the above values according to the formula.
122122
# Selects any UTXO in her wallet, preferably not associated with her.
123-
# Sends a transaction with a single <code>OP_RETURN</code> output whose value is set to the constructed payload.
123+
# Sends a transaction including an <code>OP_RETURN</code> output whose value is set to the constructed payload.
124124
125125
When Bob notices an <code>OP_RETURN</code> starting with the search key, he performs the following procedure:
126126

@@ -218,7 +218,7 @@ When Bob wants to spend from such addresses, he calculates his private keys in t
218218

219219
'''p<sub>c</sub>:''' 0xf2f9c44c15a0b9f3590ab36e6324ab781b12e3f40abc745611d06a46894aab88
220220

221-
==Appendix B: Potential OP_RUTURN Services==
221+
==Appendix B: Potential OP_RETURN Services==
222222

223223
Compact Block Filters, as formulated in BIP-0158, do not cover <code>OP_RETURN</code> data payloads. In support of light wallets, an external service could publish transaction proofs for all transactions that include the tagged notification payload. Light wallets would download all such transactions, filter for matches against their payment code, then verify the transaction proofs against the block headers obtained over the P2P network.
224224

0 commit comments

Comments
 (0)