init dodo callee test

This commit is contained in:
mingda
2020-11-26 21:33:37 +08:00
parent af48643f92
commit b368027cfd
2 changed files with 0 additions and 7 deletions

View File

@@ -30,11 +30,4 @@ interface IDODOCallee {
uint256 quoteAmount,
bytes calldata data
) external;
function DPPWithdrawCall(
address sender,
uint256 baseAmount,
uint256 quoteAmount,
bytes calldata data
) external;
}

View File