Skip to content

Commit f5e339b

Browse files
committed
feat: remove unused permission interface
1 parent 69948d6 commit f5e339b

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

contracts/GeneralizedTCR.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "./libraries/CappedMath.sol";
1111
* This contract is a curated registry for any types of items. Just like TCR contract it uses request-challenge protocol and crowdfunding, but also has new features such as badges and request cancellation.
1212
* The badges are queried through queryItems function of connnected TCR which address can be set either in a constructor or in a respective governance function.
1313
*/
14-
contract GeneralizedTCR is IArbitrable, IEvidence {
14+
contract GeneralizedTCR is IArbitrable, IEvidence {
1515
using CappedMath for uint;
1616

1717
/* Enums */

contracts/interfaces/PermissionInterface.sol

-24
This file was deleted.

0 commit comments

Comments
 (0)