added okx rate debug log entry
This commit is contained in:
parent
23d09487d8
commit
e6d4578807
|
|
@ -177,7 +177,7 @@ class okx_earn:
|
|||
"amount": response["data"][0]["amt"]
|
||||
}
|
||||
else:
|
||||
return {"Error": response}
|
||||
return {"Error": response, "Rate": str(rate)}
|
||||
|
||||
|
||||
def redeem_product(self, coin, amount):
|
||||
|
|
|
|||
Loading…
Reference in New Issue