Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'parity/gui-fix-society' into ashley-ser…
Browse files Browse the repository at this point in the history
…vice-futures
  • Loading branch information
expenses committed Jan 10, 2020
2 parents 078992f + 208291a commit 4e29d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/society/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ decl_storage! {
/// Double map from Candidate -> Voter -> (Maybe) Vote.
Votes: double_map
hasher(twox_64_concat) T::AccountId,
twox_64_concat(T::AccountId)
hasher(twox_64_concat) T::AccountId
=> Option<Vote>;

/// The defending member currently being challenged.
Expand Down

0 comments on commit 4e29d08

Please sign in to comment.