Skip to content

Commit

Permalink
fix(t2cr): property already set in parent method
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit committed Nov 3, 2018
1 parent 8627162 commit fd9537a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/standard/permission/ArbitrableTokenList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ contract ArbitrableTokenList is MultiPartyInsurableArbitrableAgreementsBase {
} else
agreement.parties[uint(winner)].send(item.balance); // Deliberate use of send in order to not block the contract in case of reverting fallback.


agreement.executed = true;
item.lastAction = now;
item.balance = 0;
item.challengeReward = 0; // Clear challengeReward once a dispute is resolved.
Expand Down

0 comments on commit fd9537a

Please sign in to comment.