(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;