Skip to content

feat: impl base governance api #87

feat: impl base governance api

feat: impl base governance api #87

Triggered via pull request December 19, 2024 23:02
Status Failure
Total duration 1m 25s
Billable time 2m
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
module `whitelist` is private: runtime/src/apis.rs#L474
error[E0603]: module `whitelist` is private --> runtime/src/apis.rs:474:32 | 474 | pallet_governance::whitelist::is_whitelisted::<Runtime>(key) | ^^^^^^^^^ -------------- function `is_whitelisted` is not publicly re-exported | | | private module | note: the module `whitelist` is defined here --> /home/runner/work/torus-substrate/torus-substrate/pallets/governance/src/lib.rs:9:1 | 9 | mod whitelist; | ^^^^^^^^^^^^^
check
Clippy had exited with the 101 exit code