Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open failed trade not returned by RPC method GetTrades #7022

Closed
dutu opened this issue Jan 31, 2024 · 1 comment · Fixed by #7023
Closed

Open failed trade not returned by RPC method GetTrades #7022

dutu opened this issue Jan 31, 2024 · 1 comment · Fixed by #7023

Comments

@dutu
Copy link

dutu commented Jan 31, 2024

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

Copy link

boring-cyborg bot commented Jan 31, 2024

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.

@dutu dutu changed the title Open failed traded not returned by RPC method GetTrades Open failed trade not returned by RPC method GetTrades Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant