Skip to content

Commit

Permalink
fix: remove flashloan receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
makcandrov committed Aug 3, 2023
1 parent d073155 commit ca0dbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blue_tests.tree
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
│ └── it should call sender's onBlueLiquidate callback
└── it should transfer repaid of borrowable asset from the sender the Blue
.
└── flashLoan(IFlashBorrower receiver, address token, uint256 amount, bytes calldata data) external
└── flashLoan(address token, uint256 amount, bytes calldata data) external
├── it should transfer amount of token from Blue to the sender
├── it should call sender's onBlueFlashLoan callback
├── it should emit FlashLoan(msg.sender, token, amount)
Expand Down

0 comments on commit ca0dbe2

Please sign in to comment.