You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For #1123, TokenNetwork.settleChannel needs more active variables in a scope. For this, we need more local variables than the Solidity compiler allows.
In order to bypass this problem, we can introduce a struct called settleLocalVariables that contains all local variables that would be used. This issue just keeps track of introducing this struct.
The text was updated successfully, but these errors were encountered:
For #1123,
TokenNetwork.settleChannel
needs more active variables in a scope. For this, we need more local variables than the Solidity compiler allows.In order to bypass this problem, we can introduce a struct called
settleLocalVariables
that contains all local variables that would be used. This issue just keeps track of introducing this struct.The text was updated successfully, but these errors were encountered: