Skip to content

Commit 37a8e0d

Browse files
committed
GUI/BitcoinUnits: Remove ᵇTBC and ˢTBC from available units
1 TBC is like $60 these days, no need for larger unit scales anymore
1 parent 2c40955 commit 37a8e0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qt/bitcoinunits.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ QList<BitcoinUnit> BitcoinUnits::availableUnits()
3030
unitlist.append(Unit::SAT);
3131
if (TonalUtils::Supported())
3232
{
33-
unitlist.append(Unit::bTBC);
34-
unitlist.append(Unit::sTBC);
3533
unitlist.append(Unit::TBC);
3634
}
3735
return unitlist;

0 commit comments

Comments
 (0)