Refresh scaning after scoring.

This commit is contained in:
Arthur Britto
2012-04-30 13:24:16 -07:00
parent b341e02eba
commit 39606523f7
2 changed files with 5 additions and 3 deletions

View File

@@ -371,7 +371,6 @@ bool Wallet::nodeIdentityLoad()
ScopedLock sl(theApp->getWalletDB()->getDBLock());
bool bSuccess = false;
if(db->executeSQL("SELECT * FROM NodeIdentity;") && db->startIterRows())
{
std::string strPublicKey, strPrivateKey;