mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Minor fix
This commit is contained in:
parent
2126be64e2
commit
9fa32fb888
|
@ -46,7 +46,9 @@ contract RefinanceResolver is CompoundHelpers, AaveV1Helpers, AaveV2Helpers {
|
|||
* @notice Refinancing between AaveV1, AaveV2 and Compound
|
||||
* @param data refinance data.
|
||||
*/
|
||||
function refinance(RefinanceData calldata data) external payable {
|
||||
function refinance(RefinanceData calldata data)
|
||||
external payable returns (string memory _eventName, bytes memory _eventParam)
|
||||
{
|
||||
|
||||
require(data.source != data.target, "source-and-target-unequal");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user