holgern / steemengine

Python library for steem/hive engine
MIT License
8 stars 3 forks source link

Error due to line 226 in market.py #2

Closed ShilazTech closed 5 years ago

ShilazTech commented 5 years ago

I got cancellation working by doing below change to market.py line 226 contract_payload = {"type": order_type, "id": int(order_id)} to contract_payload = {"type": order_type, "id": order_id}

now I can give trxID as order_id and it works.

I do not know how to submit the pull request and submitted it here as issue.

Pls update the API as freshly downloaded API gives same old error "invalid parameters"

holgern commented 5 years ago

Fixed in https://github.com/holgern/steemengine/commit/8f806a1b0bef6bfdc72620dcc1fee47a643196cf