mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Provide interface for calls in JSON and some other formatting changes.
This commit is contained in:
parent
e4f4eaf7c8
commit
1b405a6957
@ -43,7 +43,7 @@ public:
|
|||||||
|
|
||||||
bytes const& compileAndRun(std::string const& _sourceCode)
|
bytes const& compileAndRun(std::string const& _sourceCode)
|
||||||
{
|
{
|
||||||
bytes code = dev::solidity::CompilerStack::compile(_sourceCode);
|
bytes code = dev::solidity::CompilerStack::staticCompile(_sourceCode);
|
||||||
sendMessage(code, true);
|
sendMessage(code, true);
|
||||||
BOOST_REQUIRE(!m_output.empty());
|
BOOST_REQUIRE(!m_output.empty());
|
||||||
return m_output;
|
return m_output;
|
||||||
|
Loading…
Reference in New Issue
Block a user