Skip to content

Commit

Permalink
Remove consumer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Oct 10, 2024
1 parent 4afb07f commit 3137150
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions xapi-consumer/contracts/ConsumerExample.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
pragma solidity ^0.8.24;

import "xapi/contracts/interfaces/IXAPI.sol";
import "./interfaces/IXAPIConsumer.sol";

contract ConsumerExample is IXAPIConsumer{
contract ConsumerExample {
IXAPI public xapi;

event RequestMade(uint256 requestId, string requestData);
Expand Down
8 changes: 0 additions & 8 deletions xapi-consumer/contracts/interfaces/IXAPIConsumer.sol

This file was deleted.

0 comments on commit 3137150

Please sign in to comment.