mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 15:20:09 -04:00
Merge pull request #1724
cca95c1c
blockchain_db: do not throw on expected partial results getting keys (moneromooo-monero)
This commit is contained in:
commit
59d96eedd8
4 changed files with 11 additions and 4 deletions
|
@ -3544,7 +3544,7 @@ void Blockchain::output_scan_worker(const uint64_t amount, const std::vector<uin
|
|||
{
|
||||
try
|
||||
{
|
||||
m_db->get_output_key(amount, offsets, outputs);
|
||||
m_db->get_output_key(amount, offsets, outputs, true);
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue