1
0

follow-up prev

This commit is contained in:
ThomasV
2020-05-10 22:11:09 +02:00
parent 0070e5036c
commit e2c2c89988
3 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ class PayServer(Logger):
# FIXME specify wallet somehow?
return list(self.daemon.get_wallets().values())[0]
async def on_payment(self, evt, wallet, key, status):
async def on_payment(self, evt, key, status):
if status == PR_PAID:
self.pending[key].set()