File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
contracts/src/arbitration Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ $ . ~/.bashrc
5858#### Install the dependencies
5959
6060``` bash
61+ $ npm install -g depcheck
6162$ yarn install
6263```
6364
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ pragma solidity ^0.8;
1313import "./IArbitrator.sol " ;
1414
1515/**
16- * @title DisputeKit
17- * An abstraction of the Dispute Kits intended for interfacing with KlerosCore
18- * This is not intended for use by the front-end clients for voting or appeal funding to allow for implementation-specific differences in parameters.
16+ * @title IDisputeKit
17+ * An abstraction of the Dispute Kits intended for interfacing with KlerosCore.
18+ * It does not intend to abstract the interactions with the user (such as voting or appeal funding) to allow for implementation-specific parameters.
1919 */
2020interface IDisputeKit {
2121 // ************************************* //
You can’t perform that action at this time.
0 commit comments