Browse Source

Correctly detect BTC ticker

deadstrip
Duke Leto 4 years ago
parent
commit
0ef8663d0c
  1. 2
      src/rpc.cpp

2
src/rpc.cpp

@ -685,7 +685,7 @@ void RPC::getInfoThenRefresh(bool force) {
}
QString extra = "";
if(ticker != "btc") {
if(ticker != "BTC") {
extra = QString::number( s->getBTCPrice() ) % "sat";
}

Loading…
Cancel
Save