This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Remove Offence delay API #8343
Labels
I8-footprint
An enhancement to provide a smaller (system load, memory, network or disk) footprint.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
With #8113 being merged, we won't need to delay offences anymore. We can remove the
can_report
api fromOnOffenceHandler
, and there's a small queue in the pallet-offence that keeps queued Offences, and that needs to also get removed.The text was updated successfully, but these errors were encountered: