You need to sign in or sign up before continuing.
Scheduler pallet should be callable from permisioned origin only
The pallet scheduler not charge any fees for scheduled calls, and parity say that is not needed because:
"the entire idea of the scheduler is not that it is controllable by normal users"
So, we need to allow scheduler for Root only, and to create a dedicated pallet for automatic transfers: #69