mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fix: typo
This commit is contained in:
parent
faf608d825
commit
cc7f53860c
|
@ -48,7 +48,7 @@ abstract contract mStableResolver is Events, Helpers {
|
|||
path = mUsdToken;
|
||||
} else {
|
||||
require(mintedAmount >= _minOut, "mintedAmount < _minOut");
|
||||
path = imUsdToken
|
||||
path = imUsdToken;
|
||||
}
|
||||
|
||||
(_eventName, _eventParam) = _deposit(_token, mintedAmount, path);
|
||||
|
|
|
@ -48,7 +48,7 @@ abstract contract PmStableResolver is Events, Helpers {
|
|||
path = mUsdToken;
|
||||
} else {
|
||||
require(mintedAmount >= _minOut, "mintedAmount < _minOut");
|
||||
path = imUsdToken
|
||||
path = imUsdToken;
|
||||
}
|
||||
|
||||
(_eventName, _eventParam) = _deposit(_token, mintedAmount, path);
|
||||
|
@ -86,7 +86,7 @@ abstract contract PmStableResolver is Events, Helpers {
|
|||
_minOut,
|
||||
address(this)
|
||||
);
|
||||
|
||||
|
||||
(_eventName, _eventParam) = _deposit(_token, mintedAmount, _path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user