From f975244e169b2aff8b05f4f6fafa0424aa484ef5 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 16 Nov 2018 15:55:45 -0500 Subject: [PATCH] try 1.2 --- electrum/servers.json | 4 ++-- electrum/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electrum/servers.json b/electrum/servers.json index 02ceead13..2c8e31aa5 100644 --- a/electrum/servers.json +++ b/electrum/servers.json @@ -3,12 +3,12 @@ "pruning": "-", "s": "50002", "t": "50001", - "version": "1.4" + "version": "1.2" }, "lbryumx2.lbry.io": { "pruning": "-", "s": "50002", "t": "50001", - "version": "1.4" + "version": "1.2" } } diff --git a/electrum/version.py b/electrum/version.py index 53387af39..cf185907d 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,7 +1,7 @@ ELECTRUM_VERSION = '3.2.3' # version of the client package APK_VERSION = '3.2.3.1' # read by buildozer.spec -PROTOCOL_VERSION = '1.4' # protocol version requested +PROTOCOL_VERSION = '1.2' # protocol version requested # The hash of the mnemonic seed must begin with this SEED_PREFIX = '01' # Standard wallet