Merge pull request #509 from chriseth/sol_jsonInterface

Provide interface for calls in JSON and some other formatting changes.
This commit is contained in:
Gav Wood
2014-11-14 12:07:33 +01:00
+1 -1
View File
@@ -44,7 +44,7 @@ public:
bytes const& compileAndRun(string const& _sourceCode)
{
bytes code = dev::solidity::CompilerStack::compile(_sourceCode);
bytes code = dev::solidity::CompilerStack::staticCompile(_sourceCode);
sendMessage(code, true);
BOOST_REQUIRE(!m_output.empty());
return m_output;