diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-19 01:02:04 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-19 01:02:04 +0000 |
commit | 9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23 (patch) | |
tree | f378432b78a6cef9c0f9f0260cf549bd560b8bc0 /db.cpp | |
parent | 8bd66202c324a6c7a79abc0f1f0558dacbc59460 (diff) |
version 0.3.1 rc1v0.3.1rc1
Diffstat (limited to 'db.cpp')
-rw-r--r-- | db.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -592,6 +592,8 @@ bool CWalletDB::LoadWallet() else if (strType == "version") { ssValue >> nFileVersion; + if (nFileVersion == 10300) + nFileVersion = 300; } else if (strType == "setting") { |