Writes seed language while generating wallet. Wallet open fix.

This commit is contained in:
Oran Juice
2014-10-18 23:01:43 +05:30
parent 09a659edb5
commit 0bd88ff256
3 changed files with 38 additions and 22 deletions

View File

@@ -82,7 +82,7 @@ namespace tools
{
wallet2(const wallet2&) : m_run(true), m_callback(0), m_testnet(false) {};
public:
wallet2(bool testnet = false) : m_run(true), m_callback(0), m_testnet(testnet) {};
wallet2(bool testnet = false) : m_run(true), m_callback(0), m_testnet(testnet), is_old_file_format(false) {};
struct transfer_details
{
uint64_t m_block_height;