mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6152 from ethereum/fixContextReference
Properly assign reference to context.
This commit is contained in:
commit
cd4d519f60
@ -44,7 +44,6 @@ public:
|
||||
m_runtimeCompiler(_runtimeCompiler),
|
||||
m_context(_context)
|
||||
{
|
||||
m_context = CompilerContext(_context.evmVersion(), _runtimeCompiler ? &_runtimeCompiler->m_context : nullptr);
|
||||
}
|
||||
|
||||
void compileContract(
|
||||
|
Loading…
Reference in New Issue
Block a user