Skip to content

Commit

Permalink
staking: removed old todos
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfridrich committed Jul 18, 2023
1 parent 584a67e commit 17225f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/staking/src/integrations/democracy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<T: Config> DemocracyHooks<T::AccountId, Balance> for StakingDemocracy<T> {
}
Ok(())
})?;
//TODO: event?

Ok(())
}

Expand All @@ -71,7 +71,7 @@ impl<T: Config> DemocracyHooks<T::AccountId, Balance> for StakingDemocracy<T> {
voting.votes.retain(|(idx, _)| *idx != ref_index);
Ok(())
})?;
//TODO: event?

Ok(())
}
}
Expand Down

0 comments on commit 17225f8

Please sign in to comment.