Files
pezkuwi-subxt/prdoc/pr_3589.prdoc
T
s0me0ne-unkn0wn 4249a3d6cb 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
2024-03-11 14:38:44 +00:00

11 lines
330 B
Plaintext

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