mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #665 from axic/feature/accept-ether
BREAKING: Add payable modifier
This commit is contained in:
@@ -583,6 +583,8 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
|
||||
Location::Bare,
|
||||
false,
|
||||
nullptr,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
true
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user