This issue tracks the fix for allowing multiple commits for the same vote in DisputeKitClassicBase. **Background:** Re-submitting a commitment is counted twice here: https://github.com/kleros/kleros-v2/blob/v2-contracts-review-round1/contracts/src/arbitration/dispute-kits/DisputeKitClassicBase.sol#L281 **Solution:** Don't count the commit again. **Related PR:** #2145 **Requested by:** @jaybuidl