Remove usage of the pallet::getter macro from pallet-grandpa (#4529)
As per #3326, removes pallet::getter macro usage from pallet-grandpa.
The syntax `StorageItem::<T, I>::get()` should be used instead.
cc @muraca
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- polkadot/runtime/rococo/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/westend/src/lib.rs
- prdoc/pr_4529.prdoc 22 additions, 0 deletionsprdoc/pr_4529.prdoc
- substrate/bin/node/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/grandpa/src/benchmarking.rs 2 additions, 2 deletionssubstrate/frame/grandpa/src/benchmarking.rs
- substrate/frame/grandpa/src/equivocation.rs 1 addition, 1 deletionsubstrate/frame/grandpa/src/equivocation.rs
- substrate/frame/grandpa/src/lib.rs 69 additions, 37 deletionssubstrate/frame/grandpa/src/lib.rs
- substrate/frame/grandpa/src/tests.rs 46 additions, 43 deletionssubstrate/frame/grandpa/src/tests.rs
Please register or sign in to comment