Go back to using `Position.size` property in pp loading audits

kraken_ws_orders
Tyler Goodlet 2022-07-25 12:02:57 -04:00
parent 8b609f531b
commit 0fb31586fd
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ async def trades_dialogue(
if (
not pair or not pp
or not math.isclose(pp.calc_size(), size)
or not math.isclose(pp.size, size)
):
return False