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

Make remaining funds accessible or require equality in balance updates #1

Open
sebastianst opened this issue Jan 29, 2019 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@sebastianst
Copy link
Contributor

A channel update is currently assumed valid if the sum of the new balances is <= the current sum.
If the strict inequality holds, some funds will currently be trapped in the contract. We could

  • make them accessible. E.g. by making the contract Ownable and put remaining funds on each update in an owner's balance
  • require strict equality on balance updates
@sebastianst sebastianst added enhancement New feature or request question Further information is requested labels Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant