Skip to content

Commit

Permalink
fix(t2cr): disputed should be set to false once a dispute is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit committed Nov 20, 2018
1 parent f722025 commit c4fc769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/standard/permission/ArbitrableTokenList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ contract ArbitrableTokenList is PermissionInterface, Arbitrable {
}

token.lastAction = now;
token.disputed = false;
token.challengeRewardBalance = 0;
token.paidFees[uint(Party.Requester)] = 0;
token.paidFees[uint(Party.Challenger)] = 0;
Expand Down

0 comments on commit c4fc769

Please sign in to comment.