Browse Source

common changes after merge

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
64044e71a5
  1. 3
      libweb3jsonrpc/WebThreeStubServer.cpp

3
libweb3jsonrpc/WebThreeStubServer.cpp

@ -531,8 +531,7 @@ std::string WebThreeStubServer::eth_lll(std::string const& _code)
std::string WebThreeStubServer::eth_solidity(std::string const& _code)
{
shared_ptr<dev::solidity::Scanner> scanner = make_shared<dev::solidity::Scanner>();
return toJS(dev::solidity::CompilerStack::compile(_code, scanner));
return toJS(dev::solidity::CompilerStack::staticCompile(_code, false));
}
int WebThreeStubServer::eth_number()

Loading…
Cancel
Save