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

Pending transfers notifications use locked amount #441

Open
manuelwedler opened this issue May 28, 2020 · 0 comments
Open

Pending transfers notifications use locked amount #441

manuelwedler opened this issue May 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@manuelwedler
Copy link
Contributor

manuelwedler commented May 28, 2020

Describe the bug

The pending transfers notifications use the locked_amount that is returned from the API to show the payment amount. When you do the same payment of 100 tokens twice you would get one notification for a payment of 100 tokens and one for a payment of 200 tokens, as the locked amount increases while both are pending. The API does not return the actual payment amount at the moment. See raiden-network/raiden#5474

When confirming to send the same payment that is already in flight, the locked_amount is used too.

@manuelwedler manuelwedler added the bug Something isn't working label May 28, 2020
@manuelwedler manuelwedler added this to the Product Backlog milestone May 28, 2020
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

No branches or pull requests

1 participant