The (secret) offset on the heights for which to create commitments.
Synopsis
Declared in <headerssync.h>
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.
Created with MrDocs