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.
DuplicateProposal
Error Removed v123 → v326 (removed) 8.1A proposal with this exact call hash already exists in the Triumvirate. Each proposal must be unique.
Encountered by: validators
Why This Error Exists
Proposals are identified by their call hash. Duplicate prevention ensures the same governance action is only voted on once.
From Chain Metadata
Duplicate proposals not allowed
What This Means
A proposal with this exact call hash already exists in the Triumvirate. Each proposal must be unique.
Common Causes
- Submitting the same proposal call that is already pending
- Another Triumvirate member already proposed the same action
How to Fix
- Query Triumvirate.Proposals to check existing proposals
- Vote on the existing proposal instead of creating a duplicate
- Modify the proposal parameters to create a distinct call hash if needed
Storage to Check
Runtime Info
- Pallet Index
- 8
- Error Index
- 1
- Error Code
- 8.1
- Removed In
- v326