From 975976930071ac81b32d6814fddb0525250bcdf2 Mon Sep 17 00:00:00 2001 From: dsc Date: Sat, 26 Jan 2019 08:34:27 +0100 Subject: [PATCH] Bump wallet version --- funding/api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/funding/api.py b/funding/api.py index 1b89276..36ecf0c 100644 --- a/funding/api.py +++ b/funding/api.py @@ -79,7 +79,9 @@ def api_wowlight_version_check(version): :return: bool """ versions = { - '0.1.0': True + '0.1.0': False, + '0.1.1': False, + '0.1.2': True } if version not in versions: