From d21d66d95ff9b2b8b8fcaf1c6691735928e4e585 Mon Sep 17 00:00:00 2001 From: lateminer Date: Mon, 28 Jan 2019 23:00:52 +0300 Subject: [PATCH] Set CURRENCY_UNIT to BLK --- src/amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amount.cpp b/src/amount.cpp index 99ed48d30..060d8bb01 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -8,7 +8,7 @@ #include "tinyformat.h" -const std::string CURRENCY_UNIT = "BTC"; +const std::string CURRENCY_UNIT = "BLK"; CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nBytes_) {