|
@ -149,7 +149,7 @@ protected: |
|
|
m_state.addBalance(m_sender, _value); // just in case
|
|
|
m_state.addBalance(m_sender, _value); // just in case
|
|
|
eth::Executive executive(m_state, eth::LastHashes(), 0); |
|
|
eth::Executive executive(m_state, eth::LastHashes(), 0); |
|
|
eth::ExecutionResult res; |
|
|
eth::ExecutionResult res; |
|
|
executive.collectResult(res); |
|
|
executive.setResultRecipient(res); |
|
|
eth::Transaction t = |
|
|
eth::Transaction t = |
|
|
_isCreation ? |
|
|
_isCreation ? |
|
|
eth::Transaction(_value, m_gasPrice, m_gas, _data, 0, KeyPair::create().sec()) : |
|
|
eth::Transaction(_value, m_gasPrice, m_gas, _data, 0, KeyPair::create().sec()) : |
|
|