Skip to content

Commit

Permalink
[N04] MockReserve.sol has mintToken function (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines committed Apr 3, 2020
1 parent ef6d7d6 commit de62388
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/protocol/contracts/stability/test/MockReserve.sol
Expand Up @@ -37,10 +37,6 @@ contract MockReserve {
return true;
}

function mintToken(address, address, uint256) external pure returns (bool) {
return true;
}

function getUnfrozenReserveGoldBalance() external view returns (uint256) {
return address(this).balance;
}
Expand Down

0 comments on commit de62388

Please sign in to comment.