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

Same currency pair can be added #1559

Closed
raladev opened this issue May 14, 2020 · 1 comment · Fixed by #1941
Closed

Same currency pair can be added #1559

raladev opened this issue May 14, 2020 · 1 comment · Fixed by #1941
Assignees
Labels
bug Something isn't working P3 low priority

Comments

@raladev
Copy link
Contributor

raladev commented May 14, 2020

Steps to reproduce

  1. Add Pair BTC/BTC
  2. Place order to BTC/BTC order book and fill it

Expected behaviour

No opportunity to add /<same_symbol> because:

  1. its useless action
  2. for now eth/eth swap leads to SwapTimeOut and 500 Connext Error

Actual behaviour

Pair Added, Swap performed
Note: These Swaps work only for lndbtc and lndltc and dont work for Connext pairs (leads to SwapTimeOut and 500 Connext Error).

@raladev raladev added bug Something isn't working question/tbd Further information or discussion needed labels May 14, 2020
@raladev raladev added the P3 low priority label May 14, 2020
@kilrau kilrau changed the title <symbol>/<same_symbol> pair can be added same currency pair can be added May 23, 2020
@kilrau kilrau removed their assignment May 23, 2020
@kilrau kilrau changed the title same currency pair can be added Same currency pair can be added May 23, 2020
@kilrau kilrau removed the question/tbd Further information or discussion needed label Oct 19, 2020
@kilrau
Copy link
Contributor

kilrau commented Oct 19, 2020

I think what we want to do here is: if base_asset == quote_asset in addpair, throw Base asset and quote asset have to be different. error. Should be a quick win @rsercano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3 low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants