Skip to content

Commit

Permalink
test: fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Aug 4, 2023
1 parent 9be7701 commit 713c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/BlueLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library BlueLib {
blue.withdraw(market, shares, onBehalf, receiver);
}

function repayAmount(IBlue blue, Market memory market, uint256 amount, address onBehalf, bytes calldata data)
function repayAmount(IBlue blue, Market memory market, uint256 amount, address onBehalf, bytes memory data)
internal
returns (uint256 shares)
{
Expand Down

0 comments on commit 713c487

Please sign in to comment.