1
0

let users upgrade from this version

This commit is contained in:
thomasv
2011-12-06 16:29:53 +01:00
parent eaedbae083
commit 9ee767b7b9
3 changed files with 6 additions and 5 deletions

View File

@@ -385,7 +385,7 @@ class Wallet:
except:
raise BaseException("version error.")
if self.version != WALLET_VERSION:
raise BaseException("Wallet version error. Please use the upgrade script.")
raise BaseException("Wallet version error.\nPlease move your balance to a new wallet.\nSee the release notes for more informations.")
self.update_tx_history()
return True