mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
wallet_api: fix typo in exportKeyImages
This commit is contained in:
parent
85079173db
commit
db564efe0b
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ bool WalletImpl::exportKeyImages(const string &filename, bool all)
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!m_wallet->export_key_images(filename), all)
|
if (!m_wallet->export_key_images(filename, all))
|
||||||
{
|
{
|
||||||
setStatusError(tr("failed to save file ") + filename);
|
setStatusError(tr("failed to save file ") + filename);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue