Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validation: Remove redundant request sync from ProcessNewBlock().
ProcessNewBlock is called by ProcessMessage (NetMsgType::BLOCK command) which is doing the exact same check: if the node does not have the previous block, request sync up to it. Github-Pull: #2295 Rebased-From: 959936f
- Loading branch information