gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

Fix cancellation future possibly sleeping too long #1557

Closed e00E closed 4 years ago

e00E commented 4 years ago

We do not know when it will be polled for the first time so it is important to only calculate the sleep duration then.

Test Plan

There was no explicit test for this and I don't think it's worth writing one because it would end up too convoluted.