Skip to content

Commit

Permalink
Update bitcoinunits.cpp
Browse files Browse the repository at this point in the history
Updating Ticker to MNS
  • Loading branch information
Mantis-Dev committed Aug 10, 2014
1 parent d732941 commit fe4dd7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/bitcoinunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ QString BitcoinUnits::name(int unit)
{
switch(unit)
{
case BTC: return QString("MTS");
case mBTC: return QString("mMTS");
case uBTC: return QString::fromUtf8("uMTS");
case BTC: return QString("MNS");
case mBTC: return QString("mMNS");
case uBTC: return QString::fromUtf8("uMNS");
default: return QString("???");
}
}
Expand Down

0 comments on commit fe4dd7c

Please sign in to comment.