Skip to content

Commit

Permalink
Masset.sol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomorgado committed Aug 17, 2020
1 parent ae977e6 commit 19f8ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mstable/contracts/Masset.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ interface Masset {
* @param _mAssetQuantity Quantity of mAsset to redeem
* @param _recipient Address to credit the withdrawn bAssets
*/
function redeemMasset(uint256 _mAssetQuantity, address _recipient) external nonReentrant;
function redeemMasset(uint256 _mAssetQuantity, address _recipient) external;
}

0 comments on commit 19f8ccc

Please sign in to comment.