mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
main: do not log error when spent info not found
This commit is contained in:
parent
bd8328ceb9
commit
347f0d1ed4
@ -1471,7 +1471,7 @@ bool GetSpentIndex(CSpentIndexKey &key, CSpentIndexValue &value)
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (!pblocktree->ReadSpentIndex(key, value))
|
if (!pblocktree->ReadSpentIndex(key, value))
|
||||||
return error("unable to get spent info");
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user