[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal

This commit is contained in:
Jonas Schnelli
2015-11-27 18:22:18 +01:00
parent 947d20b84a
commit 4082e46603
8 changed files with 22 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ void SendCoinsDialog::setClientModel(ClientModel *clientModel)
this->clientModel = clientModel;
if (clientModel) {
connect(clientModel, SIGNAL(numBlocksChanged(int,QDateTime,const CBlockIndex*)), this, SLOT(updateSmartFeeLabel()));
connect(clientModel, SIGNAL(numBlocksChanged(int,QDateTime,double)), this, SLOT(updateSmartFeeLabel()));
}
}