Properly assign reference to context.

This commit is contained in:
chriseth 2019-03-04 12:00:47 +01:00
parent 0e475438a9
commit 6a32f6e1ac

View File

@ -44,7 +44,6 @@ public:
m_runtimeCompiler(_runtimeCompiler),
m_context(_context)
{
m_context = CompilerContext(_context.evmVersion(), _runtimeCompiler ? &_runtimeCompiler->m_context : nullptr);
}
void compileContract(