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 was 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?
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/executeTransactioncall. Is this intended?