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.
TooEarly
Error Removed v123 → v150 (removed) 8.6You are trying to close a Triumvirate proposal before its voting period has ended. With only 3 members, proposals may close early when 2 votes align.
Encountered by: validators
Why This Error Exists
Proposals must remain open for the voting period unless a decisive majority is reached. For a 3-member body, 2 votes in the same direction is decisive.
From Chain Metadata
The close call was made too early, before the end of the voting.
What This Means
You are trying to close a Triumvirate proposal before its voting period has ended. With only 3 members, proposals may close early when 2 votes align.
Common Causes
- Calling close before the voting period has expired
- Not enough votes to determine the outcome early
How to Fix
- Wait for the voting period to expire
- Query Triumvirate.Voting to check the proposal timing and vote count
- With 3 members, 2 matching votes can close a proposal early
Storage to Check
Triumvirate.VotingSystem.Number (removed)
Runtime Info
- Pallet Index
- 8
- Error Index
- 6
- Error Code
- 8.6
- Removed In
- v150