From 3dd19c4cd426c06a1dfb5d631174cb3b038f1f4c Mon Sep 17 00:00:00 2001 From: warptangent Date: Thu, 6 Nov 2014 14:36:36 -0800 Subject: prompt for seed language and error handling - "seed" simplewallet command was only displaying seed if wallet was newly generated --- src/wallet/wallet2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wallet/wallet2.h') 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 @@ -169,6 +169,10 @@ namespace tools void callback(i_wallet2_callback* callback) { m_callback = callback; } bool get_seed(std::string& electrum_words); + /*! + * \brief Gets the seed language + */ + const std::string get_seed_language(); /*! * \brief Sets the seed language */ -- cgit v1.2.3