Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
snario committed Nov 6, 2018
1 parent d818a06 commit 38a85b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/contracts/contracts/AppInstanceAdjudicator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ contract AppInstanceAdjudicator {
public
onlyWhenChannelOpen(_id)
{

// FIXME: Before merging, the timeout variable has been removed to get
// a stack too deep error to go away ... need to refactor function.

AppInstance storage c = apps[_id];

require(
Expand Down

0 comments on commit 38a85b6

Please sign in to comment.