Browse Source
Prior to this commit, if a user chose to reject offers, or the offers choosing process failed for another reason, the on_finished_callback of the Taker was called, as well as the return value passed to the client protocol being "False", and both execution paths called reactor.stop(), resulting in an Exception in twisted (a reactor can only be stopped once). This commit fixes that by only stopping the reactor in the client protocol code (and only in cases of 1 sendpayment; for multiple tx runs, it waits and restarts).master
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue