summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2015-09-22 00:38:46 +0000
committerLuke-Jr <luke_github1@dashjr.org>2015-09-22 00:38:46 +0000
commitf118a58a3e0ce4694c9aa38fae865989c1190c72 (patch)
treed50c618ea61842ddc09b7c264076b290839a0151
parentc792b986877c45b4612954e68702528650d17fcb (diff)
parent873827d7964960d2dbeb11f3d8df7a642cd292d2 (diff)
downloadbips-f118a58a3e0ce4694c9aa38fae865989c1190c72.tar.xz
Merge pull request #205 from justusranvier/version_byte
BIP-47: correct base58check version byte
-rw-r--r--bip-0047.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki
index 15c5a8b..c8397a7 100644
--- a/bip-0047.mediawiki
+++ b/bip-0047.mediawiki
@@ -1,5 +1,7 @@
RECENT CHANGES:
+* (21 Sep 2015) Correct base58check version byte
+
* (18 Sep 2015) Clarify decoding of notification transactions
<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.
-* 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
===Protocol===