Skip to content

Commit

Permalink
lmao korjattiin lyhenteet
Browse files Browse the repository at this point in the history
  • Loading branch information
LaakJoonas committed May 28, 2021
1 parent a6d229a commit e565f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/bitcoinunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ QString BitcoinUnits::shortName(int unit)
{
switch(unit)
{
case uBTC: return QString::fromUtf8("bits");
case SAT: return QString("sat");
case uBTC: return QString::fromUtf8("eximiat");
case SAT: return QString("improbatur");
default: return longName(unit);
}
}
Expand Down
1 change: 1 addition & 0 deletions src/qt/log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2021/05/28 14:35:20 Micro started

0 comments on commit e565f9b

Please sign in to comment.