bisq icon indicating copy to clipboard operation
bisq copied to clipboard

Open failed trade not returned by RPC method `GetTrades`

Open dutu opened this issue 1 year ago • 1 comments

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

  1. Have a failed trade
  2. Keep it in open trades list (do not move it to failed trades)
  3. Call API method GetTrades with category parameter OPEN, CLOSED and FAILED
  4. 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

dutu avatar Jan 31 '24 08:01 dutu

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.

boring-cyborg[bot] avatar Jan 31 '24 08:01 boring-cyborg[bot]