Since pallet already has it's own macro attribute `#[pallet]`: - https://crates.parity.io/frame_support/attr.pallet.html - https://github.com/paritytech/substrate/pull/6877 We should change `decl_*` into `#[pallet]`
Since pallet already has it's own macro attribute
#[pallet]:palletattribute macro to declare pallets paritytech/substrate#6877We should change
decl_*into#[pallet]