hacktober fest #214
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#include "tinyformat.h"
|
#include "tinyformat.h"
|
||||||
|
|
||||||
const std::string CURRENCY_UNIT = "LBRY";
|
const std::string CURRENCY_UNIT = "LBC";
|
||||||
|
|
||||||
CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nBytes_)
|
CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nBytes_)
|
||||||
{
|
{
|
||||||
|
|
|
@ -40,9 +40,9 @@ QString BitcoinUnits::name(int unit)
|
||||||
{
|
{
|
||||||
switch(unit)
|
switch(unit)
|
||||||
{
|
{
|
||||||
case BTC: return QString("LBRY");
|
case BTC: return QString("LBC");
|
||||||
case mBTC: return QString("mLBRY");
|
case mBTC: return QString("mLBC");
|
||||||
case uBTC: return QString::fromUtf8("μLBRY");
|
case uBTC: return QString::fromUtf8("μLBC");
|
||||||
default: return QString("???");
|
default: return QString("???");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue