Issue 032: Fix duplicate get_dispute_window and dead constant usage
Area: Contracts
Priority: High
Files: contracts/predict-iq/src/modules/resolution.rs
Problem
Two get_dispute_window functions exist; one references undefined DISPUTE_WINDOW_SECONDS. Compile errors block deployment.
Acceptance Criteria
- Single implementation remains\n- Compile errors are removed\n- Unit tests cover default and configured values\n- Constant is defined with appropriate bounds
Issue 032: Fix duplicate get_dispute_window and dead constant usage
Area: Contracts
Priority: High
Files: contracts/predict-iq/src/modules/resolution.rs
Problem
Two get_dispute_window functions exist; one references undefined DISPUTE_WINDOW_SECONDS. Compile errors block deployment.
Acceptance Criteria