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 was archived by the owner on Nov 15, 2023. It is now read-only.
When I run the following command to try to generate the weight file for pallet-democracy, the compiler prompted that some part of the collective pallet are "missing successful_origin in implementation", as it is shown below. In fact, as I clicked into the error link(xxx/.cargo/git/checkouts/substrate-7e08433d4c370a21/fcc54a7/frame/collective/src/lib.rs:1035:1), it actually has implemented the successful function with the feature "runtime benchmarks".