Skip to content
Unverified Commit 71109c5f authored by Parth Mittal's avatar Parth Mittal Committed by GitHub
Browse files

Remove `pallet-getter` usage from pallet-transaction-payment (#4970)



As per #3326, removes usage of the `pallet::getter` macro from the
`transaction-payment` pallet. The syntax `StorageItem::<T, I>::get()`
should be used instead.

Also, adds public functions for compatibility.

NOTE: The `Releases` enum has been made public to transition
`StorageVersion` from `pub(super) type` to `pub type`.

cc @muraca

polkadot address: 5GsLutpKjbzsbTphebs9Uy4YK6gTN47MAaz6njPktidjR5cp

---------

Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
Co-authored-by: default avatarBastian Köcher <[email protected]>
Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
parent 8a96d07e
Pipeline #486196 waiting for manual action with stages
in 1 hour, 24 minutes, and 56 seconds