forked from lthn/blockchain
fixed minro bug in UI wallet
This commit is contained in:
parent
54396e8aeb
commit
2375d0fbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@ std::string wallets_manager::generate_wallet(const std::wstring& path, const std
|
|||
try
|
||||
{
|
||||
w->generate(path, password, false);
|
||||
w->set_minimum_height(m_last_daemon_height);
|
||||
w->set_minimum_height(m_last_daemon_height-1);
|
||||
//owr.seed = w->get_account().get_seed_phrase();
|
||||
}
|
||||
catch (const tools::error::file_exists&)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue