Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRemoveOrder doesn't find the order #804
Comments
moshababo
added
bug
order book
labels
Feb 8, 2019
kilrau
assigned
sangaman
Feb 18, 2019
kilrau
added this to the 1.0.0-alpha.10 milestone
Feb 18, 2019
This comment has been minimized.
This comment has been minimized.
Since it was your commit - are you taking care? @sangaman |
kilrau
assigned
sangaman
and unassigned
sangaman
Feb 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
moshababo commentedFeb 8, 2019
From
xud-simulation
:The issue was introduced by this commit: e46d55d
In addition, the response to
RemoveOrder
doesn't return an error, and so the error was silent. This problem existed before -removeOwnOrderByLocalId
doesn't throw an error whenremoveOwnOrder
fails and returns false. The later can be changed to throw an error instead of returning a boolean.