aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-10-19 14:39:45 +0530
committerOran Juice <oranjuices@hotmail.com>2014-10-19 14:39:45 +0530
commitf1eaf88ba691fc37c07b664af9ebb6fb342b4c23 (patch)
tree026d40be1aa5038ad4d46c912eb7ad7a89a04456 /src/simplewallet/simplewallet.h
parentDoxygen comments (diff)
downloadmonero-f1eaf88ba691fc37c07b664af9ebb6fb342b4c23.tar.xz
Prints seed after wallet upgrade. Removed iostream include.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index af6d4172a..ebc85ed17 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -101,6 +101,11 @@ namespace cryptonote
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon();
bool ask_wallet_create_if_needed();
+ /*!
+ * \brief Prints the seed with a nice message
+ * \param seed seed to print
+ */
+ void print_seed(std::string seed);
/*!
* \brief Gets the word seed language from the user.