We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a717b commit 46c0118Copy full SHA for 46c0118
pylnbits/split_payments.py
@@ -85,6 +85,7 @@ async def add_target_wallet(self, wallet: str, alias: str, percent: float):
85
if res is None:
86
updatedlist = await self.get_target_wallets()
87
return {"targets" : updatedlist}
88
+
89
return res
90
except Exception as e:
91
logger.info(e)
0 commit comments