Skip to content

Commit

Permalink
Merge pull request #21 from braydonf/0.12.1-bitcore-spentlog
Browse files Browse the repository at this point in the history
main: do not log error when spent info not found
  • Loading branch information
kleetus authored Jun 15, 2016
2 parents 645ae33 + 347f0d1 commit b877c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ bool GetSpentIndex(CSpentIndexKey &key, CSpentIndexValue &value)
return true;

if (!pblocktree->ReadSpentIndex(key, value))
return error("unable to get spent info");
return false;

return true;
}
Expand Down

0 comments on commit b877c39

Please sign in to comment.