larger logo on splash screen

This commit is contained in:
Aditya Kulkarni
2018-11-09 15:59:05 -08:00
parent 655a6b62dd
commit cda0b94868
5 changed files with 3 additions and 2 deletions

View File

@@ -802,7 +802,6 @@ void RPC::watchTxStatus() {
// Get the ZEC->USD price from coinmarketcap using their API
void RPC::refreshZECPrice() {
qDebug() << QString::fromStdString("Getting ZEC price");
if (conn == nullptr)
return noConnection();