File tree 2 files changed +4
-3
lines changed
contracts/src/arbitration
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ $ . ~/.bashrc
58
58
#### Install the dependencies
59
59
60
60
``` bash
61
+ $ npm install -g depcheck
61
62
$ yarn install
62
63
```
63
64
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ pragma solidity ^0.8;
13
13
import "./IArbitrator.sol " ;
14
14
15
15
/**
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.
19
19
*/
20
20
interface IDisputeKit {
21
21
// ************************************* //
You can’t perform that action at this time.
0 commit comments