[#Consensus-Params-DifficultyAdjustmentInterval] = xref:Consensus.adoc[Consensus]::xref:Consensus/Params.adoc[Params]::DifficultyAdjustmentInterval :relfileprefix: ../../ :mrdocs: Returns the number of blocks in one difficulty retargeting interval. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t DifficultyAdjustmentInterval() const; ---- == Return Value The retarget timespan divided by the target block spacing. [.small]#Created with https://www.mrdocs.com[MrDocs]#