Bytes32 and uint discrepancy
In EscrowFactory.newEscrow() the salt is passed as bytes32 and then in the sub call to computeEscrowAddress() it is passed as uint
The contract compiles , so I guess by making the salt of one data type in both newEscrow() and computeEscrowAddress() we can save gas avoiding one data type conversion
Manual Review
Make the salt of one data type in both newEscrow() and computeEscrowAddress()
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.