Funds can get stuck in the Escrow contract if a dispute is started but the arbiter never calls the resolveDispute
When a dispute is initiated, the only way to get the tokens out of the Escrow contract is when the arbiters resolve the dispute, but what about when something happens to the arbiter?
Let's say that after one month (or whatever the threshold window to resolve disputes is) the arbiter hasn't called the resolveDispute() because of any reason [lost keys, lack of responsibility, arbiter passes away :-(
], and the reason of why the dispute was initiated has already been sorted out between the buyer and the caller, the funds will get stuck forever depending on the cause for the arbiter to have not already resolved the dispute.
In these type of events, the buyer and caller have already come to an agreement, and it would be very unfair for both parties to get their funds stuck because of the arbiter.
Manual Audit
Implement a fail-safe path that allows the buyer and seller to come to an agreement without the intervention of the disputer.
Allow the buyer & the seller to resolve the dispute by themselves if X time has passed since the Dispute was initiated and hasn't been resolved.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.