Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b869987

Browse files
committedApr 27, 2020
fix: remove unused struct field
1 parent 1d5fba1 commit b869987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎contracts/GeneralizedTCR.sol

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ contract GeneralizedTCR is IArbitrable, IEvidence {
6969
bool[3] hasPaid; // True if the Party has fully paid its fee in this round.
7070
uint feeRewards; // Sum of reimbursable fees and stake rewards available to the parties that made contributions to the side that ultimately wins a dispute.
7171
mapping(address => uint[3]) contributions; // Maps contributors to their contributions for each side.
72-
uint[3] paidArbitrationFees; // The arbitration or appeal fees paid for each party.
7372
}
7473

7574
struct RequestID {

0 commit comments

Comments
 (0)
Please sign in to comment.