mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Remove getters from im-online pallet (#3589)
As I've been dancing around this pallet for quite some time anyway, I decided to remove getters at once. There were only a few leftovers in tests. Related: #3326 CC @muraca
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
title: Removed `pallet::getter` usage from `pallet-im-online`
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
This PR removes `pallet::getter` usage from `pallet-im-online`, and updates dependant code accordingly.
|
||||
The syntax `StorageItem::<T, I>::get()` should be used instead.
|
||||
|
||||
crates:
|
||||
- name: pallet-im-online
|
||||
Reference in New Issue
Block a user