1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-24 11:17:15 +01:00

KeysFiles: fix file path

This commit is contained in:
mmbyday 2019-06-04 23:45:56 -07:00
parent a5a90c7ed8
commit 42bf4b2e87

View File

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