Correct the headers field description in getblockchaininfo.
"The current number of headers we have validated" is wrong - the field reports the height of the best known header.
I'm open to suggestions regarding the exact wording.
Sample output:
{
"chain": "main",
"blocks": 933527,
"headers": 933527,
...
}