Closed goodboy closed 1 year ago
A hot fix after #489 that wasn't caught (since we don't have UI tests yet..) 😂
Was only really borked for higher-precision but lower priced assets (like TLOS or peeneez) which have a MktPair.price_tick_digits >= 2.
MktPair.price_tick_digits >= 2
The issue was using the wrong attr, the size_tick_digits..
size_tick_digits
A hot fix after #489 that wasn't caught (since we don't have UI tests yet..) 😂
Was only really borked for higher-precision but lower priced assets (like TLOS or peeneez) which have a
MktPair.price_tick_digits >= 2
.The issue was using the wrong attr, the
size_tick_digits
..