aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-10-05 11:40:25 +0200
committerRiccardo Spagni <ric@spagni.net>2014-10-05 11:40:25 +0200
commit434095d1f7ddfaef44e61173f56a243e6d215159 (patch)
tree8ffe82bdadf53bc50c052b50b2ee2ee6922c02de /src/wallet/wallet2.h
parentMerge pull request #169 (diff)
parentUses new Japanese file. Gives credit to dabura667. English file indentation t... (diff)
downloadmonero-434095d1f7ddfaef44e61173f56a243e6d215159.tar.xz
fixed conflict in CMakeLists
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 90918677e..afa42c2d3 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -152,7 +152,10 @@ namespace tools
void callback(i_wallet2_callback* callback) { m_callback = callback; }
bool get_seed(std::string& electrum_words);
-
+ /*!
+ * \brief Sets the seed language
+ */
+ void set_seed_language(const std::string &language);
void refresh();
void refresh(uint64_t start_height, size_t & blocks_fetched);
void refresh(uint64_t start_height, size_t & blocks_fetched, bool& received_money);
@@ -236,6 +239,7 @@ namespace tools
i_wallet2_callback* m_callback;
bool m_testnet;
+ std::string seed_language;
};
}
BOOST_CLASS_VERSION(tools::wallet2, 7)