aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db.cpp')
-rw-r--r--db.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/db.cpp b/db.cpp
index e0a672b1ee..0e02e960c6 100644
--- a/db.cpp
+++ b/db.cpp
@@ -592,6 +592,8 @@ bool CWalletDB::LoadWallet()
else if (strType == "version")
{
ssValue >> nFileVersion;
+ if (nFileVersion == 10300)
+ nFileVersion = 300;
}
else if (strType == "setting")
{