grammer #223

Closed
Harjot9812 wants to merge 309 commits from master into master
Showing only changes of commit 7eca4f00a7 - Show all commits

View file

@ -973,7 +973,6 @@ void CClaimTrie::BatchWriteNode(CDBBatch& batch, const std::string& name, const
uint32_t num_claims = 0;
if (pNode)
num_claims = pNode->claims.size();
LogPrintf("%s: Writing %s to disk with %d claims\n", __func__, name, num_claims);
if (pNode)
batch.Write(std::make_pair(TRIE_NODE, name), *pNode);
else