Rationalize currency unit to "ZEC"

This commit is contained in:
Jack Grigg
2017-08-03 18:49:04 +01:00
parent 091b2116a0
commit 6dec2d0355
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#include "tinyformat.h"
const std::string CURRENCY_UNIT = "BTC";
const std::string CURRENCY_UNIT = "ZEC";
CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nSize)
{