-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix(protocol): allow resolver to return zero address for EtherVault #13083
Conversation
I think this should actually be |
I think so. |
89b53cb
to
f443f1a
Compare
@dantaik i applied the suggested changes, thanks. but i'm curious, why wasn't this reverting then? it should've been throwing errors when withdrawing on layer 1 right? |
I believe its because the |
this is already checked by the addressResolved because we pass in
false
to the function. this makes sure it cannot return the zero address.