diff options
Diffstat (limited to 'src/amount.cpp')
| -rw-r--r-- | src/amount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amount.cpp b/src/amount.cpp index 6576a2708..d61b76e70 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -7,7 +7,7 @@ #include "tinyformat.h" -const std::string CURRENCY_UNIT = "DOGE"; +const std::string CURRENCY_UNIT = "DIS"; CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nBytes_) { |