Skip to content

Commit

Permalink
feat(naming): improving wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Nov 15, 2023
1 parent a66985e commit cb59621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metamorpho/MetamorphoSnippets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ contract MetamorphoSnippets {
totalAssets = vault.lastTotalAssets();
}

/// @dev note that one can adapt the address in the call to the morpho libs
function vaultAssetsInMarket(MarketParams memory marketParams) public view returns (uint256 vaultAmount) {
vaultAmount = morpho.expectedSupplyAssets(marketParams, address(vault));
}
Expand Down

0 comments on commit cb59621

Please sign in to comment.