You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Using gnosis's UI, submit a withdraw tx to that address
result:
UI doesn't even try to notify the user that it won't be possible to withdraw to that address.
Issue#2:
when you try to execute the tx, you get the error:
Solution:
Try to eth_call to see if the tx will succeed ( dry-run the tx)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Scenario:
https://rinkeby.etherscan.io/address/0x059a39f805c36992190499f60381689aecfa9fa3#contracts
result:
UI doesn't even try to notify the user that it won't be possible to withdraw to that address.
Issue#2:
when you try to execute the tx, you get the error:
Solution:
Try to
eth_call
to see if the tx will succeed ( dry-run the tx)The text was updated successfully, but these errors were encountered: