|
|
@ -45,7 +45,6 @@ AssemblyDebuggerModel::AssemblyDebuggerModel(): |
|
|
|
DebuggingContent AssemblyDebuggerModel::executeTransaction(bytesConstRef const& _rawTransaction) |
|
|
|
{ |
|
|
|
QList<DebuggingState> machineStates; |
|
|
|
// Reset the state back to our clean premine.
|
|
|
|
eth::Executive execution(m_executiveState, LastHashes(), 0); |
|
|
|
execution.setup(_rawTransaction); |
|
|
|
std::vector<DebuggingState const*> levels; |
|
|
|