QT: get fee directly from elementsmode transactions

This commit is contained in:
Gregory Sanders 2019-04-11 07:34:44 -04:00
parent a337b76346
commit 6333166320
2 changed files with 3 additions and 3 deletions

View file

@ -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("L-bits");
case SAT: return QString("L-sat");
default: return longName(unit);
}
}