Update CWallet::LoadWallet for proper return type.

This commit is contained in:
Jeff Garzik
2011-07-13 01:07:49 -04:00
committed by Jeff Garzik
parent 4ea952d5c0
commit 116df55e21
3 changed files with 6 additions and 5 deletions

View File

@@ -346,7 +346,8 @@ enum DBErrors
{
DB_LOAD_OK,
DB_CORRUPT,
DB_TOO_NEW
DB_TOO_NEW,
DB_LOAD_FAIL,
};
class CWalletDB : public CDB