Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove delete user in
OrderSubscriber
on filled. (drift-labs#1245)
This can be problematic if account updates are received out of order, or `tryUpdateUserAccount` is invoked out of order. If an account update for a slot `t-1` is received for an order filled at slot `t`, then the `OrderSubscriber` will erroneously report the open order.
- Loading branch information