electrum

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

commit 1f8e4547a3baa95a3a6e317b76e541fbffda8b6e
parent e8ffe29554dbb616005218f9686a3d9d8c85ca49
Author: ThomasV <thomasv1@gmx.de>
Date:   Sun, 26 May 2013 12:48:44 -0700

Merge pull request #214 from rdymac/patch-9

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 @@ -1,4 +1,4 @@ ELECTRUM_VERSION = "1.7.4" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 4 # bump this every time the seed generation is modified -TRANSLATION_ID = 4040 # version of the wiki page +TRANSLATION_ID = 4073 # version of the wiki page