mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename Executive::collectResult -> setResultRecipient.
This commit is contained in:
parent
3bacb6f377
commit
8c66813683
@ -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()) :
|
||||||
|
Loading…
Reference in New Issue
Block a user