bitshares / uptick

Python-based CLI tool set for BitShares blockchain
MIT License
42 stars 27 forks source link

orderbook reports incorrect price for smallest size order #8

Open rpxn opened 6 years ago

rpxn commented 6 years ago

An order for the smallest unit, e.g. 0.00001 to 0.00001, that had been rounded since there are no more decimal places, is reported at price 1.0 while the standard gui reports a different price.

xeroc commented 6 years ago

Interesting ... can you show me an example?