Hopefully final fix for the stuck blockchain issue
authorPieter Wuille <pieter.wuille@gmail.com>
Mon, 7 May 2012 19:36:30 +0000 (21:36 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 17 May 2012 23:45:49 +0000 (23:45 +0000)
commitc455aec6997ad9164f1083e93bb51095a25180cd
treeed980147b825c7632e9b3e56b8c1c060c48dafcb
parent18b4eccddb7146522b18c5a6add113544a80df99
Hopefully final fix for the stuck blockchain issue

Immediately issue a "getblocks", instead of a "getdata" (which will
trigger the relevant "inv" to be sent anyway), and only do so when
the previous set of invs led us into a known and attached part of
the block tree.
src/main.cpp