Set CURRENCY_UNIT to BLK

This commit is contained in:
lateminer
2019-01-28 23:00:52 +03:00
parent 5be5382881
commit d21d66d95f

View File

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