hats-finance / HATs-Arbitration-Contracts-0x79a618f675857b45934ca1c413fd5f409cf89735

MIT License
0 stars 0 forks source link

Fix #37 #66

Closed ben-kaufman closed 7 months ago

ben-kaufman commented 8 months ago

Fix #37

aviggiano commented 7 months ago

Hi

Just to confirm, if the claim has been accepted (meaning bondClaimable will be true), and later dismissed (meaning claimDisputesDismissed will be true), can it still be reclaimed? Is the ClaimDisputesDismissed revert condition strict to when bondClaimable is false?

ben-kaufman commented 7 months ago

Not sure what you mean exactly, it is not possible for the expert committee to call acceptDispute and then dismissDispute. They can only call one.

ben-kaufman commented 7 months ago

So if the dispute is accepted, claimDisputesDismissed cannot be true for that dispute

aviggiano commented 7 months ago

Makes sense, thank you for the clarification. In this case I believe the fix correctly solves the issue.