Skip to content

Commit

Permalink
removed wrongfully added interface function
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Oct 25, 2021
1 parent 34ed3b8 commit 660baba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/_interfaces/IXCAmple.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ interface IXCAmple is IAMPL {

function mint(address who, uint256 xcAmpleAmount) external;

function burn(address who, uint256 xcAmpleAmount) external;

function burnFrom(address who, uint256 xcAmpleAmount) external;
}

0 comments on commit 660baba

Please sign in to comment.