aboutsummaryrefslogtreecommitdiff
path: root/src/amount.cpp
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
commit42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch)
tree5ee83fd64a21f643e730182ed5dbe3eafab9f15a /src/amount.cpp
parentreally s/Doge/Dis/g this time (diff)
downloaddiscoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz
discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip
s/DOGE/DIS/g
Diffstat (limited to 'src/amount.cpp')
-rw-r--r--src/amount.cpp2
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_)
{