withdraw -> withdrawTo

This commit is contained in:
Richa-iitr 2022-09-02 14:14:52 +05:30
parent 56e3fcbdb1
commit d6d3fc317b

View File

@ -254,7 +254,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
* @param getId ID to retrieve amt. * @param getId ID to retrieve amt.
* @param setId ID stores the amount of tokens withdrawn. * @param setId ID stores the amount of tokens withdrawn.
*/ */
function withdrawOnBehalf( function withdrawTo(
address market, address market,
address token, address token,
address to, address to,