Remove getter macro from pallet-insecure-randomness-collective-flip (#4839)
As per #3326, removes pallet::getter macro usage from the pallet-insecure-randomness-collective-flip. The syntax `StorageItem::<T, I>::get()` should be used instead. Explicitly implements the getters that were removed as well, following #223 Also makes the storage values public and converts some syntax to turbo cc @muraca --------- Co-authored-by:Bastian Köcher <git@kchr.de> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent
51e98273
Showing
- prdoc/pr_4839.prdoc 14 additions, 0 deletionsprdoc/pr_4839.prdoc
- substrate/frame/insecure-randomness-collective-flip/README.md 1 addition, 1 deletion...trate/frame/insecure-randomness-collective-flip/README.md
- substrate/frame/insecure-randomness-collective-flip/src/lib.rs 17 additions, 11 deletions...rate/frame/insecure-randomness-collective-flip/src/lib.rs
Please register or sign in to comment