From 148a2aca05fe98031bcf857fa186d792c507090c Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Mon, 27 Jul 2015 16:35:30 +0100 Subject: Introduce basic Dogecoin branding --- src/amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.cpp') diff --git a/src/amount.cpp b/src/amount.cpp index d6a7d8c30..176c0be85 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 = "DOGE"; CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nBytes_) { -- cgit v1.2.3