This error was removed in v150
This error is no longer present in the current runtime. Existed from v123 to v150. Shown here for historical reference.
WrongIndex
Error Removed v123 → v150 (removed) 8.3The proposal index does not match the current proposal count. Another proposal was created between when you queried and when your transaction executed.
Encountered by: validators
Why This Error Exists
The proposal index is a monotonically increasing counter used for ordering. Always query it fresh before submitting.
From Chain Metadata
Mismatched index
What This Means
The proposal index does not match the current proposal count. Another proposal was created between when you queried and when your transaction executed.
Common Causes
- Proposal index is stale due to new proposals being created
- Off-by-one error in index calculation
How to Fix
- Query Triumvirate.ProposalCount for the current index
- Resubmit with the fresh index value
Storage to Check
Runtime Info
- Pallet Index
- 8
- Error Index
- 3
- Error Code
- 8.3
- Removed In
- v150