|
|
|
@ -1041,6 +1041,9 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -1041,6 +1041,9 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
if (!CheckDiskSpace()) |
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
if (!strErrors.str().empty()) |
|
|
|
|
return InitError(strErrors.str()); |
|
|
|
|
|
|
|
|
|
RandAddSeedPerfmon(); |
|
|
|
|
|
|
|
|
|
//// debug print
|
|
|
|
@ -1062,9 +1065,6 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -1062,9 +1065,6 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
|
|
|
|
|
uiInterface.InitMessage(_("Done loading")); |
|
|
|
|
|
|
|
|
|
if (!strErrors.str().empty()) |
|
|
|
|
return InitError(strErrors.str()); |
|
|
|
|
|
|
|
|
|
// Add wallet transactions that aren't already in a block to mapTransactions
|
|
|
|
|
pwalletMain->ReacceptWalletTransactions(); |
|
|
|
|
|
|
|
|
|