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

Buyer stucks on last step while preparing an order #1230

Open
KoalaSat opened this issue Apr 17, 2024 · 0 comments · May be fixed by #1243
Open

Buyer stucks on last step while preparing an order #1230

KoalaSat opened this issue Apr 17, 2024 · 0 comments · May be fixed by #1243
Labels
bug 🐛 Something isn't working

Comments

@KoalaSat
Copy link
Member

Describe the bug
When coordinator's confirmed liquidity is bellow the order amount, the buyer got stuck on the last step.

Reproduce**
Steps to reproduce the behavior:

  1. Your coordinator should have low confirmed on chain liquidity
  2. Create and publish a SELL order with robot1 for an amount higher than coordinator's liquidity
  3. Take the order with robot2
  4. Block robot2's escrow
  5. Robot2 should be moved to step 4 where they set the LN invoice (or onchain address) but it got an infinite loading instead

Expected behavior
Robot2 should be able to go to the last step.

Additional context
The back-end is returning 500 error because lndcli command is failing while trying to get either estimate_feeor wallet_balance, the back-end should expect and control it so the API can print a valid answer.

@Reckless-Satoshi Reckless-Satoshi added the bug 🐛 Something isn't working label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants