This error was removed in v326
This error is no longer present in the current runtime. Existed from v123 to v326. Shown here for historical reference.
AlreadyMember
Error Removed v123 → v326 (removed) 10.0The account you are trying to add to the Senate membership is already a member. Each account can only hold one seat.
Encountered by: validatorsdevelopers
Why This Error Exists
Senate membership is managed as a set — each account appears at most once. Members are typically the top validators by total stake.
From Chain Metadata
Already a member.
What This Means
The account you are trying to add to the Senate membership is already a member. Each account can only hold one seat.
Common Causes
- Trying to add an account that is already in SenateMembers.Members
- Membership was already granted through automatic stake-based promotion
How to Fix
- Query SenateMembers.Members to check current membership
- No action needed — the account already has a seat
Storage to Check
Runtime Info
- Pallet Index
- 10
- Error Index
- 0
- Error Code
- 10.0
- Removed In
- v326