[marketplace] Cleanup
This commit is contained in:
parent
a19e3f4198
commit
3fbc851a8d
|
@ -10,7 +10,6 @@ import "./libs/Utils.sol";
|
|||
|
||||
contract Marketplace is Collateral, Proofs {
|
||||
using EnumerableSet for EnumerableSet.Bytes32Set;
|
||||
using EnumerableSet for EnumerableSet.AddressSet;
|
||||
using Utils for EnumerableSet.Bytes32Set;
|
||||
|
||||
type RequestId is bytes32;
|
||||
|
|
Loading…
Reference in New Issue