diff --git a/piker/brokers/kraken/broker.py b/piker/brokers/kraken/broker.py index 25c8c1a7..3641934a 100644 --- a/piker/brokers/kraken/broker.py +++ b/piker/brokers/kraken/broker.py @@ -1038,7 +1038,7 @@ async def handle_order_updates( txid # we throttle too-fast-requests on the ems side - or (txid and isinstance(txid, TooFastEdit)) + and not isinstance(txid, TooFastEdit) ): # client was editting too quickly # so we instead cancel this order