LimeChain / gosemble

Go-based framework for building Polkadot/Substrate-compatible runtimes. 🧱
https://limechain.github.io/gosemble/
Apache License 2.0
12 stars 5 forks source link

sudo: enable the guard checks in extrinsic calls #408

Closed radkomih closed 5 months ago

radkomih commented 6 months ago

Look for similar TODOs:

// TODO: enable once 'sudo' module is implemented
//
// err := EnsureRoot(origin)
// if err != nil {
//  return err
// }