X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Frpcconsole.cpp;h=ff773f6c1a6664254e723d8edcec8e7ef3ff63c7;hb=0d6a3c233601b4a7e8503857da110a6176bbf161;hp=d8fe02e493625e4c4f12c1999abeadfa02986e5d;hpb=f2bcacaf01a0c77083fdf9d1baa6a201078c1efd;p=novacoin.git diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index d8fe02e..ff773f6 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -270,7 +270,7 @@ void RPCConsole::setClientModel(ClientModel *model) connect(model, SIGNAL(numConnectionsChanged(int)), this, SLOT(setNumConnections(int))); connect(model, SIGNAL(numBlocksChanged(int,int)), this, SLOT(setNumBlocks(int,int))); - updateTrafficStats(model->getTotalBytesRecv(), model->getTotalBytesSent()); + updateTrafficStats(model->getTotalBytesRecv(), model->getTotalBytesSent()); connect(model, SIGNAL(bytesChanged(quint64,quint64)), this, SLOT(updateTrafficStats(quint64, quint64))); // Provide initial values ui->clientVersion->setText(model->formatFullVersion());