Skip to content

Commit

Permalink
fix merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 19, 2021
1 parent ee9b0bf commit 6715c18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions contracts/introspection/ERC165Storage.sol

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/mocks/ERC1155ReceiverMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pragma solidity ^0.8.0;

import "../introspection/ERC165.sol";
import "../token/ERC1155/IERC1155Receiver.sol";
import "../utils/introspection/ERC165.sol";

contract ERC1155ReceiverMock is IERC1155Receiver, ERC165 {
bytes4 private _recRetval;
Expand Down
2 changes: 1 addition & 1 deletion contracts/mocks/ERC165StorageMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity ^0.8.0;

import "../introspection/ERC165Storage.sol";
import "../utils/introspection/ERC165Storage.sol";

contract ERC165StorageMock is ERC165Storage {
function registerInterface(bytes4 interfaceId) public {
Expand Down

0 comments on commit 6715c18

Please sign in to comment.