1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Merge pull request #205 from justusranvier/version_byte

BIP-47: correct base58check version byte
This commit is contained in:
Luke-Jr 2015-09-22 00:38:46 +00:00
commit f118a58a3e

View File

@ -1,5 +1,7 @@
RECENT CHANGES: RECENT CHANGES:
* (21 Sep 2015) Correct base58check version byte
* (18 Sep 2015) Clarify decoding of notification transactions * (18 Sep 2015) Clarify decoding of notification transactions
<pre> <pre>
@ -72,7 +74,7 @@ A payment code contains the following elements:
When a payment code is presented to the user, it SHOULD be presented encoded in Base58Check form. When a payment code is presented to the user, it SHOULD be presented encoded in Base58Check form.
* The version byte is: 0x23 (produces a "P" as the first character of the serialized form) * The version byte is: 0x47 (produces a "P" as the first character of the serialized form)
* The payload is the binary serialization of the payment code * The payload is the binary serialization of the payment code
===Protocol=== ===Protocol===