mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
fixed generate_invoice()
This commit is contained in:
@@ -895,6 +895,7 @@ class BfxRest:
|
||||
payload = {
|
||||
"wallet": wallet,
|
||||
"currency": currency,
|
||||
"amount": amount
|
||||
}
|
||||
message = await self.post(endpoint, payload)
|
||||
return message
|
||||
|
||||
Reference in New Issue
Block a user