mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 00:00:33 -08:00
wallet_api: fix typo in exportKeyImages
This commit is contained in:
@@ -1176,7 +1176,7 @@ bool WalletImpl::exportKeyImages(const string &filename, bool all)
|
||||
|
||||
try
|
||||
{
|
||||
if (!m_wallet->export_key_images(filename), all)
|
||||
if (!m_wallet->export_key_images(filename, all))
|
||||
{
|
||||
setStatusError(tr("failed to save file ") + filename);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user