refactoring. get seed code in wallet2

This commit is contained in:
Jakob Lind
2014-08-03 16:58:21 +02:00
parent 6575d4ebe5
commit 2ba77629ad
3 changed files with 23 additions and 12 deletions

View File

@@ -151,6 +151,8 @@ namespace tools
i_wallet2_callback* callback() const { return m_callback; }
void callback(i_wallet2_callback* callback) { m_callback = callback; }
bool get_seed(std::string& electrum_words);
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);