diff options
| author | Jeff Garzik <[email protected]> | 2012-08-23 06:41:02 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-23 06:41:02 -0700 |
| commit | cf78183fadac6e9fccb51c7355cfa34641fc06d5 (patch) | |
| tree | 68b7ea4a349f32b46186acc51aaf8634cc56baab /src/wallet.cpp | |
| parent | Merge pull request #1709 from xanatos/patch-10 (diff) | |
| parent | Removed useless assignment (diff) | |
| download | discoin-cf78183fadac6e9fccb51c7355cfa34641fc06d5.tar.xz discoin-cf78183fadac6e9fccb51c7355cfa34641fc06d5.zip | |
Merge pull request #1707 from xanatos/patch-7
Removed useless assignment
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 8ad0f84ac..821b8851a 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1317,7 +1317,6 @@ int CWallet::LoadWallet(bool& fFirstRunRet) // User will be prompted to unlock wallet the next operation // the requires a new key. } - nLoadWalletRet = DB_NEED_REWRITE; } if (nLoadWalletRet != DB_LOAD_OK) |