humanprotocol / hmt-escrow

A Python 3 library to launch escrow contracts onto the HUMAN network.
MIT License
24 stars 42 forks source link

Read bulk_payout logs to avoid double payouts #434

Open alidzm opened 1 year ago

alidzm commented 1 year ago

To avoid double payouts bulk_payout method has been reworked: read bulk_payout transaction receipt and check events of transaction to catch Transfer event and make sure that payout has been processed.