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 Jan 13, 2023. It is now read-only.
Hi, I was browsing through the multisig contracts and it seems like even though you can execute a transaction with ether attached but there's actually no way for the multisig contract to receive ether (no payable fallback) or to attach ether along with submitTransaction/executeTransaction call. Is this intended?
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.
Hi, I was browsing through the multisig contracts and it seems like even though you can execute a transaction with ether attached but there's actually no way for the multisig contract to receive ether (no payable fallback) or to attach ether along with
submitTransaction
/executeTransaction
call. Is this intended?The text was updated successfully, but these errors were encountered: