holgern / steemengine

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

Order Submission error resolved #3

Open ShilazTech opened 5 years ago

ShilazTech commented 5 years ago

I was getting error while I was trying to submit the buy and sell orders. Orders were being submitted but they never appeared on steemengine API. Actually, there aws an error associated with the orders. Error was - invalid parameters.

I got it solved by rounding off the buy/sell quote price to two decimals. It works now.

May be you would like to revisit this limitation or do the rounding on the fly.