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
An open trade that has failed, but which has not been moved to failed trades, is not returned by GetTrades API method.
None of the category parameters (OPEN, CLOSED or FAILED) are returning this trade,
Once the trade is moved to failed trades, it appears in FAILED trade.
Version
v1.9.14
Steps to reproduce
Have a failed trade
Keep it in open trades list (do not move it to failed trades)
Call API method GetTrades with category parameter OPEN, CLOSED and FAILED
Observe that the trade is not returned by any API call
Expected behaviour
Trade should be listed under OPEN trades.
Actual behaviour
Trade is not listed by calling GetTrades API method with category parameter OPEN
Device or machine
Debian, Bisq v1.9.14
The text was updated successfully, but these errors were encountered:
Description
An open trade that has failed, but which has not been moved to failed trades, is not returned by
GetTrades
API method.None of the category parameters (
OPEN
,CLOSED
orFAILED
) are returning this trade,Once the trade is moved to failed trades, it appears in
FAILED
trade.Version
v1.9.14
Steps to reproduce
GetTrades
with category parameterOPEN
,CLOSED
andFAILED
Expected behaviour
Trade should be listed under
OPEN
trades.Actual behaviour
Trade is not listed by calling
GetTrades
API method with category parameterOPEN
Device or machine
Debian, Bisq v1.9.14
The text was updated successfully, but these errors were encountered: