mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01:00
Merge pull request #620
15d9ac8
wallet2: update spent comparison now that we have two spent states (moneromooo-monero)
This commit is contained in:
commit
96d0c0373e
@ -1429,7 +1429,7 @@ void wallet2::rescan_spent()
|
||||
{
|
||||
LOG_PRINT_L0("Marking output " << i << "(" << td.m_key_image << ") as spent, it was marked as unspent");
|
||||
}
|
||||
td.m_spent = daemon_resp.spent_status[i];
|
||||
td.m_spent = daemon_resp.spent_status[i] != COMMAND_RPC_IS_KEY_IMAGE_SPENT::UNSPENT;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user