From 7f9b473a988fc8461750f4f8f1622c429d11e0df Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 5 Sep 2017 15:02:17 +0200 Subject: [PATCH] protocol version --- lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.py b/lib/version.py index 4c487731..331c55c4 100644 --- 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