The function Escrow.resolveDispute()
uses the onlyArbiter
and nonReentrant
modifier, with this order.
The nonReentrant
modifier doesn't protect against reentrancy during the execution of the first modifier. Practically, there cannot be any reentrancy there when considering the current implementation of onlyArbiter
, but it is still a best practice recommendation for safe programming.
Place modifiers in the right order as a best practice.
Manual code review.
Use the nonReentrant
modifier before any other modifier.
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.