Report amounts in the correct currency (#983)
This commit is contained in:
parent
0597900c16
commit
851b49aba0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user