Merge pull request #2549
bf2d9113
simplewallet: fix --restore-from-height being ignored (moneromooo-monero)
This commit is contained in:
commit
ce1016254a
@ -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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user