Skip to content

Commit

Permalink
Update accumulators.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy authored Jun 14, 2019
1 parent 0417d52 commit addeb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zpiv/accumulators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ bool LoadAccumulatorValuesFromDB(const uint256 nCheckpoint)
if (!zerocoinDB->ReadAccumulatorValue(nChecksum, bnValue)) {
if (!count(listAccCheckpointsNoDB.begin(), listAccCheckpointsNoDB.end(), nCheckpoint))
listAccCheckpointsNoDB.push_back(nCheckpoint);
LogPrint("zero", "%s : Missing databased value for checksum %d", __func__, nChecksum);
LogPrint("zero", "%s : Missing databased value for checksum %d\n", __func__, nChecksum);
return false;
}
mapAccumulatorValues.insert(make_pair(nChecksum, bnValue));
Expand Down

0 comments on commit addeb0a

Please sign in to comment.