We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the Raiden client iterates the imbalance fee calculation one time whereas the corresponding calculation in the pfs does not iterate.
We need to adjust the pfs fee calculation to the client calculation.
See here for reference https://docs.google.com/spreadsheets/d/1nHVCOhMcrM-L8brJj_C_Qb0Paws1qwozcNHU3VFcWEY/edit#gid=1257400215
The text was updated successfully, but these errors were encountered:
There is some code for this in raiden-network/raiden#5024, this needs to be copied to the PFS or be used from the raiden codebase.
Sorry, something went wrong.
karlb
Successfully merging a pull request may close this issue.
Currently, the Raiden client iterates the imbalance fee calculation one time whereas the corresponding calculation in the pfs does not iterate.
We need to adjust the pfs fee calculation to the client calculation.
See here for reference https://docs.google.com/spreadsheets/d/1nHVCOhMcrM-L8brJj_C_Qb0Paws1qwozcNHU3VFcWEY/edit#gid=1257400215
The text was updated successfully, but these errors were encountered: