Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L2Pool.withdraw() is not returning the amount withdrawn #830

Closed
miguelmtzinf opened this issue Mar 14, 2023 · 1 comment
Closed

L2Pool.withdraw() is not returning the amount withdrawn #830

miguelmtzinf opened this issue Mar 14, 2023 · 1 comment
Assignees

Comments

@miguelmtzinf
Copy link
Contributor

L2Pool does not return the amount withdrawn, while Pool.withdraw() does

function withdraw(bytes32 args) external override {

function withdraw(
address asset,
uint256 amount,
address to
) public virtual override returns (uint256) {

Thanks @kartojal for bringing this point raised by the community!

@miguelmtzinf
Copy link
Contributor Author

Closed by #831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@miguelmtzinf and others