banteg / multicall.py

aggregate results of multiple smart contract calls into one
MIT License
246 stars 106 forks source link

Fix semaphore on wrong loop edge case #83

Closed BobTheBuidler closed 1 year ago

BobTheBuidler commented 1 year ago

In some cases, the semaphore could attach to the wrong loop. This fixes those cases.