Skip to content

Commit

Permalink
Merge pull request #2197
Browse files Browse the repository at this point in the history
42bf4b2 KeysFiles: fix file path (mmbyday)
  • Loading branch information
luigi1111 committed Jun 6, 2019
2 parents c32f26f + 42bf4b2 commit 68c7cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/KeysFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void WalletKeysFilesModel::findWallets(const QString &moneroAccountsDir)

this->addWalletKeysFile(WalletKeysFiles(modifiedAt.toSecsSinceEpoch(),
createdAt.toSecsSinceEpoch(),
wallet, networkType, address));
info.absoluteFilePath(), networkType, address));
}
}

Expand Down

0 comments on commit 68c7cf7

Please sign in to comment.