[#kernel-ChainstateManagerOpts-max_tip_age] = xref:kernel.adoc[kernel]::xref:kernel/ChainstateManagerOpts.adoc[ChainstateManagerOpts]::max_tip_age :relfileprefix: ../../ :mrdocs: If the tip is older than this, the node is considered to be in initial block download. == Synopsis Declared in `<kernel/chainstatemanager_opts.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::chrono::seconds max_tip_age = {DEFAULT_MAX_TIP_AGE}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#