pub fn adjust_burn<T: Config>(current_block: u64)
Expand description
Adjusts registration burn for the current block.
The next burn is calculated by analyzing the last N
(target_registrations_interval
) blocks and increases if the target
registrations per interval was reached.