Prevent stuck download: correct solution
authorPieter Wuille <pieter.wuille@gmail.com>
Sat, 5 May 2012 02:04:38 +0000 (04:04 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Mon, 7 May 2012 04:00:49 +0000 (04:00 +0000)
commit60953d05c8cc6eefb0c03d1d39209bdaf54725eb
treebf8d530abe0d746754bc1d0a31e3b57499509645
parent6bcefc1338c6e117219b56d8133a8ca0c055e210
Prevent stuck download: correct solution

Pull request #948 introduced a fix for nodes stuck on a long side branch
of the main chain. The fix was non-functional however, as the additional
getdata request was created in a first step of processing, but dropped
in a second step as it was considered redundant. This commits fixes it
by sending the request directly.
src/main.cpp