-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove pallet::getter usage from the democracy pallet #4472
Remove pallet::getter usage from the democracy pallet #4472
Conversation
/tip small |
@PolkadotDom Contributor did not properly post their account address. Make sure the pull request description (or user bio) has: "{network} address: {address}". |
@PolkadotDom it should be |
/tip small |
@mordamax A referendum for a small (20 DOT) tip was successfully submitted for @PolkadotDom (1L66uQMKFnXKSZx9pCD5o56GvvP1i2Qns7CaS2AaKp9mnwc on polkadot). |
Ah okay, thank you. I believe I've set it correctly now 👍 |
04f88f5
As per paritytech#3326, removes usage of the pallet::getter macro from the democracy pallet. The syntax `StorageItem::<T, I>::get()` should be used instead. cc @muraca
As per paritytech#3326, removes usage of the pallet::getter macro from the democracy pallet. The syntax `StorageItem::<T, I>::get()` should be used instead. cc @muraca
As per #3326, removes usage of the pallet::getter macro from the democracy pallet. The syntax
StorageItem::<T, I>::get()
should be used instead.cc @muraca
Polkadot address: 1L66uQMKFnXKSZx9pCD5o56GvvP1i2Qns7CaS2AaKp9mnwc