Skip to content

Commit 660baba

Browse files
committed
removed wrongfully added interface function
1 parent 34ed3b8 commit 660baba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/_interfaces/IXCAmple.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ interface IXCAmple is IAMPL {
66

77
function mint(address who, uint256 xcAmpleAmount) external;
88

9-
function burn(address who, uint256 xcAmpleAmount) external;
10-
119
function burnFrom(address who, uint256 xcAmpleAmount) external;
1210
}

0 commit comments

Comments
 (0)