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:
s0me0ne-unkn0wn
2024-03-11 15:38:44 +01:00
committed by GitHub
parent aa35328371
commit 4249a3d6cb
3 changed files with 17 additions and 14 deletions
+10
View File
@@ -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