-
Notifications
You must be signed in to change notification settings - Fork 42
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
Wrong verification #900
Labels
bug
Something isn't working
Comments
I think I see the issue and am working on a fix. |
sangaman
added a commit
that referenced
this issue
Apr 18, 2019
This fixes a bug where the capacity for swap clients is thought to be 0 upon initialization. The checks to update the capacity happen on an interval but not right away. This adds logic to check the capacity immediately. Fixes #900.
sangaman
added a commit
that referenced
this issue
Apr 18, 2019
This fixes a bug where the capacity for swap clients is thought to be 0 upon initialization. The checks to update the capacity happen on an interval but not right away. This adds logic to check the capacity immediately. Fixes #900.
sangaman
added a commit
that referenced
this issue
Apr 18, 2019
This fixes a bug where the capacity for swap clients is thought to be 0 upon initialization. The checks to update the capacity happen on an interval but not right away. This adds logic to check the capacity immediately. Fixes #900.
sangaman
added a commit
that referenced
this issue
Apr 18, 2019
This fixes a bug where the capacity for swap clients is thought to be 0 upon initialization. The checks to update the capacity happen on an interval but not right away. This adds logic to check the capacity immediately. Fixes #900.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the bot log on test1:
Trying to place an order immediately after xud restart gives this error and the bot gives up on order placing.
However, if you restart the bot, everything works fine.
The text was updated successfully, but these errors were encountered: