From 851b49aba07503a977c033a818c11a6612394407 Mon Sep 17 00:00:00 2001 From: Tim Flynn Date: Thu, 1 Sep 2016 17:02:45 -0400 Subject: [PATCH] Report amounts in the correct currency (#983) --- src/amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {