Skip to content

Commit

Permalink
AcceptBlock() block stored log removed
Browse files Browse the repository at this point in the history
Signed-off-by: cevap <dev@i2pmail.org>
  • Loading branch information
furszy authored and cevap committed Feb 7, 2019
1 parent f7a3ea9 commit b9e5f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4873,9 +4873,6 @@ bool ProcessNewBlock(CValidationState& state, CNode* pfrom, CBlock* pblock, CDis
}
return error("%s : AcceptBlock FAILED", __func__);
}
else {
LogPrintf("%s : AccpetBlock PASSED!", __func__);
}
}

if (!ActivateBestChain(state, pblock, checked))
Expand Down

0 comments on commit b9e5f55

Please sign in to comment.