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.

WrongProposalWeight

Error Removed v123 → v150 (removed) 8.8

The dispatch weight provided when closing the proposal does not match the actual weight of the proposed call .

Encountered by: validatorsdevelopers

Why This Error Exists

The weight parameter on close ensures accurate resource accounting and must match the actual dispatch weight of the proposed call.

From Chain Metadata

The given weight bound for the proposal was too low.

What This Means

The dispatch weight provided when closing the proposal does not match the actual weight of the proposed call.

Common Causes

  • Weight parameter does not match the proposal call weight
  • Using cached or outdated weight information

How to Fix

  • Recalculate the proposal call weight using the current runtime
  • Query Triumvirate.ProposalOf to get the call data and compute its weight

Storage to Check

Runtime Info

Pallet Index
8
Error Index
8
Error Code
8.8
Removed In
v150