diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:37:17 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:37:17 +0200 |
commit | c6306e75e7bb55c593aa7dcdd697cdc202696e0a (patch) | |
tree | 3f07b785f2e2ce47c8e97bdd2a86c9d1bc5f5e32 /src/wallet/wallet2.h | |
parent | Merge pull request #2496 (diff) | |
parent | wallet: add encrypted seed functionality (diff) | |
download | monero-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.h | 2 |
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 */ |