- B5486B3CB349B8AC9F3062359D595D28D076062390699FAC3F5AD50E89C3C82B1842524C153B09859A46F7F1776C40BE134F787B71761962D7170A7CDF8C3459
+ E5CAAE03E3AC4A66240BEF7EAAE55CB4F42B1D81EDA2CB2AF5EC0F2E36B4371DFCA10D3A004FBF041CE85FA2C588534E0629A41AA31D3BB4A0A280221252AD11
bitcoin/src/db.cpp
(919 . 9)(919 . 7)
44 ssKey >> strKey;
45
46 // Options
47 #ifndef QT_GUI
48 if (strKey == "fGenerateBitcoins") ssValue >> fGenerateBitcoins;
49 #endif
50 if (strKey == "nTransactionFee") ssValue >> nTransactionFee;
51 if (strKey == "fLimitProcessors") ssValue >> fLimitProcessors;
52 if (strKey == "nLimitProcessors") ssValue >> nLimitProcessors;