You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command pop add pallet in branch add-pallet will inject the different features for the pallet independently of these being already present in the file.
This can be reproduce by running twice the same command, for instance: pop add pallet template -r runtime/src/lib.rs within a parachain project.
It will also instantiate multiple times the same pallet in the runtime.
The text was updated successfully, but these errors were encountered:
The command
pop add pallet
in branchadd-pallet
will inject the different features for the pallet independently of these being already present in the file.This can be reproduce by running twice the same command, for instance:
pop add pallet template -r runtime/src/lib.rs
within a parachain project.It will also instantiate multiple times the same pallet in the runtime.
The text was updated successfully, but these errors were encountered: