Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Consistent Pallet and Module naming #8287

@shaunxw

Description

@shaunxw

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:

System: frame_system::{Module, Call, Config, Storage, Event<T>},

and DispatchError::Module etc:

They should be renamed to Pallet to make it consistent and less confusing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions