[#ChainstateManager-ReportHeadersPresync] = xref:ChainstateManager.adoc[ChainstateManager]::ReportHeadersPresync :relfileprefix: ../ :mrdocs: This is used by net_processing to report pre‐synchronization progress of headers, as headers are not yet fed to validation during that time, but validation is (for now) responsible for logging and signalling through NotifyHeaderTip, so it needs this information. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ReportHeadersPresync( int64_t height, int64_t timestamp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *height* | Height reported by the presync headers. | *timestamp* | Timestamp of the presync headers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#