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:
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user