[#HeadersSyncState-m_commit_offset] = xref:HeadersSyncState.adoc[HeadersSyncState]::m_commit_offset :relfileprefix: ../ :mrdocs: The (secret) offset on the heights for which to create commitments. == Synopsis Declared in `<headerssync.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t const m_commit_offset; ---- == Description m_header_commitments entries are created at any height h for which (h % m_params.commitment_period) == m_commit_offset. [.small]#Created with https://www.mrdocs.com[MrDocs]#