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 = {
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user