aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-12-02 07:25:13 +0200
committerRiccardo Spagni <ric@spagni.net>2014-12-02 07:25:29 +0200
commit220832b79155a25dcb0f668b4e72b40b15149e02 (patch)
tree297651294e261a7dd2753c3dbd1fa4632b8f8f8e /src/wallet/wallet2.h
parentMerge pull request #192 (diff)
parentprompt for seed language and error handling (diff)
downloadmonero-220832b79155a25dcb0f668b4e72b40b15149e02.tar.xz
Merge pull request #187
3dd19c4 prompt for seed language and error handling - "seed" simplewallet command was only displaying seed if wallet was newly generated (warptangent)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index d7693e10d..bcd7ce6f7 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -170,6 +170,10 @@ namespace tools
bool get_seed(std::string& electrum_words);
/*!
+ * \brief Gets the seed language
+ */
+ const std::string get_seed_language();
+ /*!
* \brief Sets the seed language
*/
void set_seed_language(const std::string &language);