pub fn force_readjust_config<T: Config>()
Expand description

Re-adjust the existing inflation configuration using the current inflation parameters.

It might seem similar to forcing the inflation recalculation, but it’s not. This function adjusts the existing configuration, respecting the max_emission value used to calculate the current inflation config. (The ‘force’ approach uses the current total issuance)

This call should be used in case inflation parameters have changed during the cycle, and the configuration should be adjusted now.

NOTE: The call will do the best possible approximation of what the calculated max emission was at the moment when last inflation recalculation was done. But due to rounding losses, it’s not possible to get the exact same value. As a consequence, repeated calls to this function might result in changes to the configuration, even though the inflation parameters haven’t changed. However, since this function isn’t supposed to be called often, and changes are minimal, this is acceptable.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_readjust_config.