mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fallback function has to be external: backwards-compatible changes.
This commit is contained in:
@@ -90,6 +90,7 @@ contract MultiSigWallet {
|
||||
|
||||
/// @dev Fallback function allows to deposit ether.
|
||||
function()
|
||||
external
|
||||
payable
|
||||
{
|
||||
if (msg.value > 0)
|
||||
|
||||
Reference in New Issue
Block a user