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.
WrongProposalLength
Error Removed v123 → v150 (removed) 8.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.
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
- Encoding changed between proposal creation and close attempt
How to Fix
- Query Triumvirate.ProposalOf to get the proposal data and measure its encoded length
- Resubmit with the correct length value
Storage to Check
Runtime Info
- Pallet Index
- 8
- Error Index
- 9
- Error Code
- 8.9
- Removed In
- v150