mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Fix keysfiles debug message
This commit is contained in:
parent
65e95f0e65
commit
b0834f8729
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue