Seeder does not currently distiguish between whether or not a node is
following the correct chain or not. This is a step in that direction by
making the seeder filter out nodes that are not following the correct
chain. To do this, this patch allows the seeder to send `GETHEADER`
messages thereby activating code introduces earlier.
Depends on D4439