mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 22:31:03 +00:00
fix society (#4594)
This commit is contained in:
@@ -439,7 +439,7 @@ decl_storage! {
|
|||||||
/// Double map from Candidate -> Voter -> (Maybe) Vote.
|
/// Double map from Candidate -> Voter -> (Maybe) Vote.
|
||||||
Votes: double_map
|
Votes: double_map
|
||||||
hasher(twox_64_concat) T::AccountId,
|
hasher(twox_64_concat) T::AccountId,
|
||||||
twox_64_concat(T::AccountId)
|
hasher(twox_64_concat) T::AccountId
|
||||||
=> Option<Vote>;
|
=> Option<Vote>;
|
||||||
|
|
||||||
/// The defending member currently being challenged.
|
/// The defending member currently being challenged.
|
||||||
|
|||||||
Reference in New Issue
Block a user