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