Remove pallet::getter usage from the bounties and child-bounties pallets (#4392)
As per #3326, removes pallet::getter usage from the bounties and
child-bounties pallets. The syntax `StorageItem::<T, I>::get()` should
be used instead.
Changes to one pallet involved changes in the other, so I figured it'd
be best to combine these two.
cc @muraca
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
parent
76230a15
Pipeline
#475292
waiting for manual action
with stages
in
1 hour, 8 minutes, and 31 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- prdoc/pr_4392.prdoc 16 additions, 0 deletionsprdoc/pr_4392.prdoc
- substrate/frame/bounties/src/lib.rs 1 addition, 5 deletionssubstrate/frame/bounties/src/lib.rs
- substrate/frame/bounties/src/tests.rs 27 additions, 24 deletionssubstrate/frame/bounties/src/tests.rs
- substrate/frame/child-bounties/src/benchmarking.rs 1 addition, 1 deletionsubstrate/frame/child-bounties/src/benchmarking.rs
- substrate/frame/child-bounties/src/lib.rs 12 additions, 17 deletionssubstrate/frame/child-bounties/src/lib.rs
- substrate/frame/child-bounties/src/tests.rs 31 additions, 28 deletionssubstrate/frame/child-bounties/src/tests.rs
Please register or sign in to comment