This error was removed in v127
This error is no longer present in the current runtime. Existed from v123 to v127. Shown here for historical reference.
AlreadyInitialized
Error Removed v123 → v127 (removed) 10.5The Senate collective has already been initialized. Initialization sets up the initial membership and can only happen once.
Encountered by: validatorsdevelopers
Why This Error Exists
Senate initialization is a one-time setup operation, typically done at genesis or via sudo.
From Chain Metadata
Members are already initialized!
What This Means
The Senate collective has already been initialized. Initialization sets up the initial membership and can only happen once.
Common Causes
- Calling the initialization function on an already-running Senate
- Genesis configuration already set up the Senate
How to Fix
- No action needed — the Senate is already operational
- Use regular membership management calls instead of re-initialization
Storage to Check
Runtime Info
- Pallet Index
- 10
- Error Index
- 5
- Error Code
- 10.5
- Removed In
- v127