Litecoin: Branding
This commit is contained in:
parent
86b0e12da3
commit
c81ace4ad8
@ -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 <string>
|
||||
|
||||
#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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user