1
0
mirror of https://github.com/twisterarmy/twister-core.git synced 2025-02-02 18:04:23 +00:00

Merge pull request from xanatos/patch-7

Removed useless assignment
This commit is contained in:
Jeff Garzik 2012-08-23 06:41:02 -07:00
commit cf78183fad

@ -1317,7 +1317,6 @@ int CWallet::LoadWallet(bool& fFirstRunRet)
// User will be prompted to unlock wallet the next operation // User will be prompted to unlock wallet the next operation
// the requires a new key. // the requires a new key.
} }
nLoadWalletRet = DB_NEED_REWRITE;
} }
if (nLoadWalletRet != DB_LOAD_OK) if (nLoadWalletRet != DB_LOAD_OK)