@ -11,7 +11,7 @@
#include <string>
const std::string CURRENCY_UNIT = "BTC"; // One formatted unit
const std::string CURRENCY_UNIT = "LTC"; // One formatted unit
const std::string CURRENCY_ATOM = "sat"; // One indivisible minimum value unit
/* Used to determine type of fee estimation requested */
@ -52,14 +52,6 @@
#include <boost/algorithm/string/replace.hpp>
<<<<<<< HEAD
=======
#include <boost/thread.hpp>
#if defined(NDEBUG)
# error "Litecoin cannot be compiled without assertions."
#endif
>>>>>>> 5d6decbfe... Litecoin: Branding
#define MICRO 0.000001
#define MILLI 0.001