diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index e66f55e2..ad72a9b4 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -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&)