Litecoin: Branding

pull/751/head
Adrian Gallagher 4 years ago
parent 86b0e12da3
commit c81ace4ad8
No known key found for this signature in database
GPG Key ID: FE3348877809386C

@ -11,7 +11,7 @@
#include <string> #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 const std::string CURRENCY_ATOM = "sat"; // One indivisible minimum value unit
/* Used to determine type of fee estimation requested */ /* Used to determine type of fee estimation requested */

@ -52,14 +52,6 @@
#include <string> #include <string>
#include <boost/algorithm/string/replace.hpp> #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 MICRO 0.000001
#define MILLI 0.001 #define MILLI 0.001

Loading…
Cancel
Save