This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
Dear substrate,
I don't know if it should work this way, but when we use ensure_root and
call our extrinsic
await api.tx.sudo.sudo(api.tx.access.access('5CiKbPQtCW6X6oFpsLLJ8vSUEzqSYnUkWuoqkp41iDevMBK6', [1,2])).signAndSend(pair)
we have to pay some fee eventhough we have the following weigth annotation
#[weight = (100_000, DispatchClass::Normal, Pays::No)]
Is it possible for sudo calls to be free as well?