mirror of
https://github.com/monero-project/monero.git
synced 2026-01-25 22:04:28 +01:00
wallet2: Fix rescan_bc keep_ki option
This commit is contained in:
@@ -5895,7 +5895,7 @@ bool simple_wallet::refresh_main(uint64_t start_height, enum ResetType reset, bo
|
||||
if (reset != ResetNone)
|
||||
{
|
||||
if (reset == ResetSoftKeepKI)
|
||||
height_pre = m_wallet->hash_m_transfers(-1, transfer_hash_pre);
|
||||
height_pre = m_wallet->hash_m_transfers(boost::none, transfer_hash_pre);
|
||||
|
||||
m_wallet->rescan_blockchain(reset == ResetHard, false, reset == ResetSoftKeepKI);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user