fix society (#4594)

This commit is contained in:
thiolliere
2020-01-10 15:10:16 +01:00
committed by Gavin Wood
parent b74c88b3cc
commit 2d0c382daf
+1 -1
View File
@@ -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.