electrum

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

commit 7f9b473a988fc8461750f4f8f1622c429d11e0df
parent ee36ec992c7498faaea3ff389d548fc309b3e560
Author: ThomasV <thomasv@electrum.org>
Date:   Tue,  5 Sep 2017 15:02:17 +0200

protocol version

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

diff --git a/lib/version.py b/lib/version.py @@ -1,5 +1,5 @@ ELECTRUM_VERSION = '2.10.0' # version of the client package -PROTOCOL_VERSION = '0.11' # protocol version requested +PROTOCOL_VERSION = '1.1' # protocol version requested # The hash of the mnemonic seed must begin with this SEED_PREFIX = '01' # Standard wallet