Provide interface for calls in JSON and some other formatting changes.

This commit is contained in:
Christian 2014-11-11 17:41:48 +01:00
parent e4f4eaf7c8
commit 1b405a6957

View File

@ -43,7 +43,7 @@ public:
bytes const& compileAndRun(std::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;