We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8bfcc commit 7e4e797Copy full SHA for 7e4e797
contracts/contracts/strategies/crosschain/CrossChainRemoteStrategy.sol
@@ -122,6 +122,7 @@ contract CrossChainRemoteStrategy is
122
}
123
124
/// @inheritdoc Generalized4626Strategy
125
+ /// @dev Interface requires a recipient, but for compatibility it must be address(this).
126
function withdraw(
127
address _recipient,
128
address _asset,
0 commit comments