solo
solo copied to clipboard
Multisig can not accept or send ether
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?