diff --git a/src/amount.cpp b/src/amount.cpp index a3abd8cd8..0b1b44b3c 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -7,7 +7,7 @@ #include "tinyformat.h" -const std::string CURRENCY_UNIT = "BTC"; +const std::string CURRENCY_UNIT = "DASH"; CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nSize) {