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.
WrongProposalLength
Error Removed v123 → v127 (removed) 10.9The proposal length provided when closing does not match the actual encoded length of the proposal call data.
Encountered by: validatorsdevelopers
Why This Error Exists
The length parameter on close must match the actual encoded size of the proposal for integrity checks.
From Chain Metadata
The given length bound for the proposal was too low.
What This Means
The proposal length provided when closing does not match the actual encoded length of the proposal call data.
Common Causes
- Length parameter does not match the encoded call data length
- Proposal was modified or the encoding changed
How to Fix
- Query Senate.ProposalOf to get the actual proposal data and measure its encoded length
- Resubmit with the correct length value
Storage to Check
Runtime Info
- Pallet Index
- 10
- Error Index
- 9
- Error Code
- 10.9
- Removed In
- v127