Browse Source
Also manually fire order creation in coinjoin tests. This clarification and test change is required due to the fact that LoopingCalls are designed to fire immediately by default, before the reactor is initialized (and therefore in a `running` state), making it not possible to shutdown the reactor as a result of events happening in that first call; so we delay the first call of the maker's orderbook populating code, so that if a no-coins error occurs, it will actually shut down the reactor and hence the whole yield generator program, as intended.master
4 changed files with 15 additions and 6 deletions
Loading…
Reference in new issue