|
|
@ -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 */
|
|
|
|