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
The Next Period button calls KC.passPeriod(dispute.id)
The Execute button calls KC.executeRuling(dispute.id)
The Distribute Rewards/Penalties button calls KC.execute(dispute.id, dispute.currentRoundIndex, 20)
If the prepareCall fails, make the corresponding button greyed out (disabled), possibly show the error message somewhere (in the console or in a tooltip?).
The text was updated successfully, but these errors were encountered:
The Next Period button calls
KC.passPeriod(dispute.id)
The Execute button calls
KC.executeRuling(dispute.id)
The Distribute Rewards/Penalties button calls
KC.execute(dispute.id, dispute.currentRoundIndex, 20)
If the prepareCall fails, make the corresponding button greyed out (disabled), possibly show the error message somewhere (in the console or in a tooltip?).
The text was updated successfully, but these errors were encountered: