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
Copy file name to clipboardexpand all lines: contracts/GeneralizedTCR.sol
+4-6
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ contract GeneralizedTCR is IArbitrable, IEvidence {
65
65
}
66
66
67
67
struct Round {
68
-
uint[3] amountPaid; // Tracks the sum for each Party in this round. Includes arbitration fees, fee stakes and deposits.
68
+
uint[3] amountPaid; // Tracks the sum paid for each Party in this round. Includes arbitration fees, fee stakes and deposits.
69
69
bool[3] hasPaid; // True if the Party has fully paid its fee in this round.
70
70
uint feeRewards; // Sum of reimbursable fees and stake rewards available to the parties that made contributions to the side that ultimately wins a dispute.
71
71
mapping(address=>uint[3]) contributions; // Maps contributors to their contributions for each side.
@@ -366,7 +366,6 @@ contract GeneralizedTCR is IArbitrable, IEvidence {
0 commit comments