Report amounts in the correct currency (#983)

This commit is contained in:
Tim Flynn 2016-09-01 17:02:45 -04:00 committed by UdjinM6
parent 0597900c16
commit 851b49aba0

View File

@ -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)
{