Skip to content

Commit

Permalink
main: do not log error when spent info not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jun 13, 2016
1 parent bd8328c commit 347f0d1
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 347f0d1

Please sign in to comment.