diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-09-25 18:04:30 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-09-25 18:04:30 +0530 |
commit | a1ac92e185c49c5db0956bf4506f910fac5024e7 (patch) | |
tree | 73fc12156d4b9ff55e81113210af5aa8beb45e13 /src/simplewallet/simplewallet.h | |
parent | Copies word lists directory to the location of the executable (diff) | |
download | monero-a1ac92e185c49c5db0956bf4506f910fac5024e7.tar.xz |
Accepts seed language choice from user.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 17affd564..7a21f1cd2 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -92,6 +92,7 @@ namespace cryptonote uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); bool ask_wallet_create_if_needed(); + std::string get_mnemonic_language(); //----------------- i_wallet2_callback --------------------- virtual void on_new_block(uint64_t height, const cryptonote::block& block); |