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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
In pallet attribute macro, Module struct is renamed to Pallet, but there are still some places using the name Module. For instance in construct_runtime macro:
In pallet attribute macro,
Modulestruct is renamed toPallet, but there are still some places using the nameModule. For instance inconstruct_runtimemacro:substrate/bin/node/runtime/src/lib.rs
Line 1080 in 88014d5
and
DispatchError::Moduleetc:substrate/primitives/runtime/src/lib.rs
Line 405 in 88014d5
They should be renamed to
Palletto make it consistent and less confusing.