Merge pull request #665 from axic/feature/accept-ether

BREAKING: Add payable modifier
This commit is contained in:
chriseth
2016-09-06 12:25:19 +02:00
committed by GitHub
17 changed files with 434 additions and 85 deletions
@@ -583,6 +583,8 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
Location::Bare,
false,
nullptr,
false,
false,
true,
true
),