aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-14 13:37:14 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-14 13:37:14 +0200
commit3bc2537f5a9d629780431211b779ce3e8c0205db (patch)
tree19643dcb48b2f004ee035449644e4ae31ea6d4a0 /src/wallet/wallet2.h
parentMerge pull request #3360 (diff)
parentwallet: fixes and tweaks to the save_watch_only command (diff)
downloadmonero-3bc2537f5a9d629780431211b779ce3e8c0205db.tar.xz
Merge pull request #3369
1979d53d wallet: fixes and tweaks to the save_watch_only command (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 9d4a7d75a..9accc65ca 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -552,7 +552,7 @@ namespace tools
* \param password Password for wallet file
*/
void rewrite(const std::string& wallet_name, const epee::wipeable_string& password);
- void write_watch_only_wallet(const std::string& wallet_name, const epee::wipeable_string& password);
+ void write_watch_only_wallet(const std::string& wallet_name, const epee::wipeable_string& password, std::string &new_keys_filename);
void load(const std::string& wallet, const epee::wipeable_string& password);
void store();
/*!