mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-25 17:09:34 +00:00
remove duplicated words
This commit is contained in:
@@ -17,7 +17,7 @@ RECENT CHANGES:
|
||||
|
||||
==Status==
|
||||
|
||||
This BIP can be be considered final in terms of enabling compatibility with wallets that implement version 1 and version 2 reusable payment codes, however future developments of the reusable payment codes specification will not be distributed via the BIP process.
|
||||
This BIP can be considered final in terms of enabling compatibility with wallets that implement version 1 and version 2 reusable payment codes, however future developments of the reusable payment codes specification will not be distributed via the BIP process.
|
||||
|
||||
The Open Bitcoin Privacy Project RFC repo should be consulted for specifications related to version 3 or higher payment codes: https://github.com/OpenBitcoinPrivacyProject/rfc
|
||||
|
||||
@@ -350,12 +350,12 @@ Version 2 payment codes behave identifically to version 1 payment codes, except
|
||||
|
||||
====Definitions====
|
||||
|
||||
* Notification change output: the change output from a notification transaction which which resides in the sender's wallet, but can be automatically located by the intended recipient
|
||||
* Notification change output: the change output from a notification transaction which resides in the sender's wallet, but can be automatically located by the intended recipient
|
||||
* Payment code identifier: a 33 byte representation of a payment code constructed by prepending 0x02 to the SHA256 hash of the binary serialization of the payment code
|
||||
|
||||
====Notification Transaction====
|
||||
|
||||
Note: this procedure is used if Bob uses a version 2 payment code (regardless of the the version of Alice's payment code). If Bob's payment code is not version 2, see the appropriate section in this specification.
|
||||
Note: this procedure is used if Bob uses a version 2 payment code (regardless of the version of Alice's payment code). If Bob's payment code is not version 2, see the appropriate section in this specification.
|
||||
|
||||
# Construct a notification transaction as per the version 1 instructions, except do not create the output to Bob's notification address
|
||||
# Create a notification change address as follows:
|
||||
|
||||
Reference in New Issue
Block a user