mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 18:58:01 +00:00
fix society (#4594)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user