version 0.3.1 rc1

This commit is contained in:
Gavin Andresen
2010-07-19 01:02:04 +00:00
parent 8bd66202c3
commit 9d2174b6f5
8 changed files with 30 additions and 9 deletions

2
db.cpp
View File

@@ -592,6 +592,8 @@ bool CWalletDB::LoadWallet()
else if (strType == "version")
{
ssValue >> nFileVersion;
if (nFileVersion == 10300)
nFileVersion = 300;
}
else if (strType == "setting")
{