ReinProject / python-rein

Client for a decentralized freelancing market
https://reinproject.org
GNU General Public License v3.0
37 stars 21 forks source link

Job info page shows late bids' escrow addresses #110

Closed weex closed 7 years ago

weex commented 7 years ago

This is potentially serious as it can cause the wrong escrow addresses to be funded by the job creator.

If a bid is submitted after a job is offered, the info page will show worker and escrow information for the latest bid, not the one that is offered. The fix for this is to ignore any documents after an offer with a worker public key other than the one that was offered the job.