Skip to content

Commit

Permalink
Merge dashpay#919: [zPIV] Debug missing jump line.
Browse files Browse the repository at this point in the history
addeb0a Update accumulators.cpp (Matias Furszyfer)

Tree-SHA512: 56de08723ba12cb2b7f96b66ed5d6ee2c3912be6397ef1eb56b16d8c805425415b288d9b176981b8e720c6f195acdbfc1156bed5f7c31dcd9547a790cb585a52
  • Loading branch information
Fuzzbawls committed Jun 15, 2019
2 parents 0417d52 + addeb0a commit c0233e4
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 c0233e4

Please sign in to comment.