bisq
bisq copied to clipboard
Open failed trade not returned by RPC method `GetTrades`
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
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 parameterOPEN
,CLOSED
andFAILED
- 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
Thanks for opening your first issue here!
Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.