Merge pull request #19 from wownero/bump-wallet-version

Bump wallet version
daemon-fix
xmrdsc 5 years ago committed by GitHub
commit 814ca3b6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save