Skip to content

Commit 4cabf3f

Browse files
committed
EnsoFlashloanShortcuts: make flashLoan payable
1 parent d4a729c commit 4cabf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flashloan/EnsoFlashloanShortcuts.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contract EnsoFlashloanShortcuts is VM, ERC721Holder, ERC1155Holder {
2929
bytes calldata data,
3030
bytes32[] calldata commands,
3131
bytes[] calldata state
32-
) external {
32+
) external payable {
3333
if (protocol == FlashloanProtocols.Euler) {
3434
_executeEulerFlashLoan(excessReceiver, data, commands, state);
3535
} else if (protocol == FlashloanProtocols.BalancerV2) {

0 commit comments

Comments
 (0)