fixed generate_invoice()

This commit is contained in:
Dario Moceri
2021-01-27 21:33:30 +01:00
parent 2387a65272
commit a813eb3b4b

View File

@@ -895,6 +895,7 @@ class BfxRest:
payload = { payload = {
"wallet": wallet, "wallet": wallet,
"currency": currency, "currency": currency,
"amount": amount
} }
message = await self.post(endpoint, payload) message = await self.post(endpoint, payload)
return message return message