electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6a7e13b63b769005e9474af34abca1960f695894
parent 4714160f17166b5d42509460a5e9490d48f549c8
Author: ThomasV <thomasv1@gmx.de>
Date:   Sat,  2 Nov 2013 05:01:00 -0700

Merge pull request #354 from rdymac/patch-1

latest wikia version, tested
Diffstat:
Mlib/version.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/version.py b/lib/version.py @@ -2,4 +2,4 @@ ELECTRUM_VERSION = "1.9" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 6 # bump this every time the seed generation is modified SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this -TRANSLATION_ID = 4127 # version of the wiki page +TRANSLATION_ID = 4141 # version of the wiki page