mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge branch 'master' into elem-23.3.0-rc1
This commit is contained in:
commit
cfd77df7b0
1 changed files with 6 additions and 6 deletions
|
|
@ -60,10 +60,10 @@ QString BitcoinUnits::longName(int unit)
|
|||
}
|
||||
switch(unit)
|
||||
{
|
||||
case BTC: return QString("L-BTC");
|
||||
case mBTC: return QString("mL-BTC");
|
||||
case uBTC: return QString::fromUtf8("μL-BTC");
|
||||
case SAT: return QString("Satoshi (L-sat)");
|
||||
case BTC: return QString("LBTC");
|
||||
case mBTC: return QString("mLBTC");
|
||||
case uBTC: return QString::fromUtf8("μLBTC");
|
||||
case SAT: return QString("Satoshi (Lsat)");
|
||||
default: return QString("???");
|
||||
}
|
||||
}
|
||||
|
|
@ -75,8 +75,8 @@ QString BitcoinUnits::shortName(int unit)
|
|||
}
|
||||
switch(unit)
|
||||
{
|
||||
case uBTC: return QString::fromUtf8("L-bits");
|
||||
case SAT: return QString("L-sat");
|
||||
case uBTC: return QString::fromUtf8("Lbits");
|
||||
case SAT: return QString("Lsat");
|
||||
default: return longName(unit);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue