Skip to content
Snippets Groups Projects
Commit 2d0c382d authored by thiolliere's avatar thiolliere Committed by Gavin Wood
Browse files

fix society (#4594)

parent b74c88b3
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment