|
|
@ -828,7 +828,6 @@ bool CWalletDB::LoadWallet(CWallet* pwallet) |
|
|
|
if (strKey == "fGenerateBitcoins") ssValue >> fGenerateBitcoins; |
|
|
|
if (strKey == "fGenerateBitcoins") ssValue >> fGenerateBitcoins; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
if (strKey == "nTransactionFee") ssValue >> nTransactionFee; |
|
|
|
if (strKey == "nTransactionFee") ssValue >> nTransactionFee; |
|
|
|
if (strKey == "addrIncoming") ssValue >> addrIncoming; |
|
|
|
|
|
|
|
if (strKey == "fLimitProcessors") ssValue >> fLimitProcessors; |
|
|
|
if (strKey == "fLimitProcessors") ssValue >> fLimitProcessors; |
|
|
|
if (strKey == "nLimitProcessors") ssValue >> nLimitProcessors; |
|
|
|
if (strKey == "nLimitProcessors") ssValue >> nLimitProcessors; |
|
|
|
if (strKey == "fMinimizeToTray") ssValue >> fMinimizeToTray; |
|
|
|
if (strKey == "fMinimizeToTray") ssValue >> fMinimizeToTray; |
|
|
@ -847,7 +846,6 @@ bool CWalletDB::LoadWallet(CWallet* pwallet) |
|
|
|
printf("nFileVersion = %d\n", nFileVersion); |
|
|
|
printf("nFileVersion = %d\n", nFileVersion); |
|
|
|
printf("fGenerateBitcoins = %d\n", fGenerateBitcoins); |
|
|
|
printf("fGenerateBitcoins = %d\n", fGenerateBitcoins); |
|
|
|
printf("nTransactionFee = %"PRI64d"\n", nTransactionFee); |
|
|
|
printf("nTransactionFee = %"PRI64d"\n", nTransactionFee); |
|
|
|
printf("addrIncoming = %s\n", addrIncoming.ToString().c_str()); |
|
|
|
|
|
|
|
printf("fMinimizeToTray = %d\n", fMinimizeToTray); |
|
|
|
printf("fMinimizeToTray = %d\n", fMinimizeToTray); |
|
|
|
printf("fMinimizeOnClose = %d\n", fMinimizeOnClose); |
|
|
|
printf("fMinimizeOnClose = %d\n", fMinimizeOnClose); |
|
|
|
printf("fUseProxy = %d\n", fUseProxy); |
|
|
|
printf("fUseProxy = %d\n", fUseProxy); |
|
|
|