aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorbenevanoff <benjaminevanoff99@gmail.com>2020-12-25 00:40:50 -0600
committerselsta <selsta@sent.at>2021-04-22 04:32:24 +0200
commit712f3621502ebd90d0365888fa297e6c39b75387 (patch)
tree627c361fbafa1ff784ec0a405c0d754c70c5ddff /src/wallet/api/wallet.h
parentAllow tx note edits via TransactionHistory object in wallet/api (diff)
downloadmonero-712f3621502ebd90d0365888fa297e6c39b75387.tar.xz
wallet api: allow wallet to fetch all key images via api
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 3bf3e759b..e501d3943 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -164,7 +164,7 @@ public:
virtual PendingTransaction * createSweepUnmixableTransaction() override;
bool submitTransaction(const std::string &fileName) override;
virtual UnsignedTransaction * loadUnsignedTx(const std::string &unsigned_filename) override;
- bool exportKeyImages(const std::string &filename) override;
+ bool exportKeyImages(const std::string &filename, bool all = false) override;
bool importKeyImages(const std::string &filename) override;
virtual void disposeTransaction(PendingTransaction * t) override;