From 2dc3dd68df472cea91c3e591bd751e8c19c7c518 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 10 Aug 2017 17:33:47 -0400 Subject: [PATCH] it's okay if the series version is 0.14.4 --- blockstack_client/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockstack_client/wallet.py b/blockstack_client/wallet.py index 6b97dd763..8e4f6daa6 100644 --- a/blockstack_client/wallet.py +++ b/blockstack_client/wallet.py @@ -467,7 +467,7 @@ def inspect_wallet_data(data): migrated = True elif data['version'] != SERIES_VERSION: - if data['version'] == "0.14.2" and SERIES_VERSION in ("0.14.3"): + if data['version'] == "0.14.2" and SERIES_VERSION in ("0.14.3", "0.14.4"): pass # no migration needed else: log.debug("Wallet series has changed from {} to {}; triggerring migration".format(