You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
There is currently no check in set_requester on the given delay, so that an account can be added as requester but with such a high delay (measured in rounds: u32), that the account never has permission to request a new round.
This could be fixed either by a adding a new type to the pallet config and/or use the restart_delay of the feed
The text was updated successfully, but these errors were encountered:
There is currently no check in
set_requester
on the givendelay
, so that an account can be added as requester but with such a high delay (measured in rounds: u32), that the account never has permission to request a new round.This could be fixed either by a adding a new type to the pallet config and/or use the restart_delay of the feed
The text was updated successfully, but these errors were encountered: