Fix keysfiles debug message

This commit is contained in:
tobtoht 2021-05-20 17:04:47 +02:00
parent 65e95f0e65
commit b0834f8729
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -116,7 +116,7 @@ void WalletKeysFilesModel::findWallets() {
this->addWalletKeysFile(WalletKeysFiles(fileInfo, networkType, std::move(addr)));
}
auto duration = duration_cast<microseconds>(high_resolution_clock::now() - now).count();
auto duration = duration_cast<milliseconds>(high_resolution_clock::now() - now).count();
qDebug() << QString("wallet .keys search completed in %1 ms").arg(duration);
}