Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
05e75f6a
Commit
05e75f6a
authored
4 years ago
by
Alexander Popiak
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update collective events docs to be consistent with changes (#6463)
parent
3f0c227d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/frame/collective/src/lib.rs
+4
-4
4 additions, 4 deletions
substrate/frame/collective/src/lib.rs
with
4 additions
and
4 deletions
substrate/frame/collective/src/lib.rs
+
4
−
4
View file @
05e75f6a
...
...
@@ -165,11 +165,11 @@ decl_event! {
Approved
(
Hash
),
/// A motion was not approved by the required threshold.
Disapproved
(
Hash
),
/// A motion was executed;
`bool` is true if
returned without error.
/// A motion was executed;
result will be `Ok` if it
returned without error.
Executed
(
Hash
,
DispatchResult
),
/// A single member did some action;
`bool` is true if
returned without error.
/// A single member did some action;
result will be `Ok` if it
returned without error.
MemberExecuted
(
Hash
,
DispatchResult
),
/// A proposal was closed after its duration was up.
/// A proposal was closed
because its threshold was reached or
after its duration was up.
Closed
(
Hash
,
MemberCount
,
MemberCount
),
}
}
...
...
@@ -188,7 +188,7 @@ decl_error! {
DuplicateVote
,
/// Members are already initialized!
AlreadyInitialized
,
/// The close call
i
s made too early, before the end of the voting.
/// The close call
wa
s made too early, before the end of the voting.
TooEarly
,
/// There can only be a maximum of `MaxProposals` active proposals.
TooManyProposals
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment