You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the matching engine order book priority to prefer own orders
over peer orders when two orders have the same price. Previously, the
engine would take whichever order was seen first. This is now only
considered if two given orders at the same price point are either both
own orders or both peer orders.
Fixes#1206.
This fixes the matching engine order book priority to prefer own orders
over peer orders when two orders have the same price. Previously, the
engine would take whichever order was seen first. This is now only
considered if two given orders at the same price point are either both
own orders or both peer orders.
Fixes#1206.
Background
Matching engine should prio matching with own orders. It did not, matched with peer orders instead.
Your environment
xud
: masteruname -a
on *Nix):btcd
,bitcoind
,ltcd
,litecoind
,geth
,parity
,raiden
,lnd
or other chain backend: simnetSteps to reproduce
Expected behaviour
Matching engine should have matched with own order
Actual behaviour
Matching engine matched with peer order
The text was updated successfully, but these errors were encountered: