Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions runtime-modules/proposals/codex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ decl_module! {
/// Predefined errors
type Error = Error<T>;

/// Exports SetValidatorCount ProposalParameters
const SetValidatorCountProposalParameters: ProposalParameters<T::BlockNumber, BalanceOf<T>> = T::SetValidatorCountProposalParameters::get();

/// Exports max allowed text proposal length const.
const TextProposalMaxLength: u32 = T::TextProposalMaxLength::get();

Expand Down