Process getheaders messages from whitelisted peers even if we are in initial block download. Whitelisted peers can always use a node as a block source.
Also log a debug message when the request is ignored, for troubleshooting.
Addresses #6971.
Process `getheaders` messages from whitelisted peers even if we are in
initial block download. Whitelisted peers can always use a node as a
block source.
Also log a debug message when the request is ignored, for
troubleshooting.
Fixes #6971.
utACK
utACK
I think this should also whitelist bypass maxuploadtarget-- for the same reason, no?
@gmaxwell: Agree with a pass for all whitelisted nodes --maxuploadtarget. I think that should be addresses in another PR (which I will open soon).