KeysFiles: fix file path

pull/2/head
mmbyday 5 years ago
parent a5a90c7ed8
commit 42bf4b2e87

@ -138,7 +138,7 @@ void WalletKeysFilesModel::findWallets(const QString &moneroAccountsDir)
this->addWalletKeysFile(WalletKeysFiles(modifiedAt.toSecsSinceEpoch(),
createdAt.toSecsSinceEpoch(),
wallet, networkType, address));
info.absoluteFilePath(), networkType, address));
}
}