mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-20 13:37:23 +02:00
fix: remove redundant else branch
This commit is contained in:
parent
2cb41fcd3e
commit
57d14765a8
1 changed files with 0 additions and 2 deletions
|
|
@ -592,8 +592,6 @@ class JMWalletDaemon(Service):
|
|||
# by the call to `check_cookie_if_present` above.
|
||||
if self.taker is not None and not self.taker.aborted:
|
||||
schedule = self.taker.schedule
|
||||
else:
|
||||
schedule = None
|
||||
else:
|
||||
wallet_name = "not yet loaded"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue