mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
4249a3d6cb
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
11 lines
330 B
Plaintext
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
|