aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-09-25 16:37:17 +0200
committerRiccardo Spagni <ric@spagni.net>2017-09-25 16:37:17 +0200
commitc6306e75e7bb55c593aa7dcdd697cdc202696e0a (patch)
tree3f07b785f2e2ce47c8e97bdd2a86c9d1bc5f5e32 /src/wallet/wallet2.h
parentMerge pull request #2496 (diff)
parentwallet: add encrypted seed functionality (diff)
downloadmonero-c6306e75e7bb55c593aa7dcdd697cdc202696e0a.tar.xz
Merge pull request #2257
651baaec wallet: add encrypted seed functionality (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 adf03abcc..971e98351 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -363,7 +363,7 @@ namespace tools
* \brief Checks if deterministic wallet
*/
bool is_deterministic() const;
- bool get_seed(std::string& electrum_words) const;
+ bool get_seed(std::string& electrum_words, const std::string &passphrase = std::string()) const;
/*!
* \brief Gets the seed language
*/