We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c40955 commit 37a8e0dCopy full SHA for 37a8e0d
src/qt/bitcoinunits.cpp
@@ -30,8 +30,6 @@ QList<BitcoinUnit> BitcoinUnits::availableUnits()
30
unitlist.append(Unit::SAT);
31
if (TonalUtils::Supported())
32
{
33
- unitlist.append(Unit::bTBC);
34
- unitlist.append(Unit::sTBC);
35
unitlist.append(Unit::TBC);
36
}
37
return unitlist;
0 commit comments