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 = {
"wallet": wallet,
"currency": currency,
"amount": amount
}
message = await self.post(endpoint, payload)
return message