Merge pull request #2549

bf2d9113 simplewallet: fix --restore-from-height being ignored (moneromooo-monero)
pull/2655/head
Riccardo Spagni 7 years ago
commit ce1016254a
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -1450,8 +1450,9 @@ bool simple_wallet::init(const boost::program_options::variables_map& vm)
}
}
}
m_wallet->set_refresh_from_block_height(m_restore_height);
}
if (m_restoring)
m_wallet->set_refresh_from_block_height(m_restore_height);
}
else
{

Loading…
Cancel
Save