amount is NOT optional

This commit is contained in:
Dario Moceri
2021-01-27 21:58:46 +01:00
parent a813eb3b4b
commit 7a5b0f338d

View File

@@ -874,7 +874,7 @@ class BfxRest:
message = await self.post(endpoint, payload)
return message
async def generate_invoice(self, wallet='exchange', currency='LNX', amount=None):
async def generate_invoice(self, amount, wallet='exchange', currency='LNX'):
"""
Generates a Lightning Network deposit invoice