fixed failing tests

This commit is contained in:
debris
2016-04-08 11:48:37 +02:00
parent 64294853cc
commit fcf7f392f0
2 changed files with 12 additions and 9 deletions

View File

@@ -305,7 +305,7 @@ impl<'a> Executive<'a> {
// otherwise it's just a basic transaction, only do tracing, if necessary.
self.state.clear_snapshot();
tracer.trace_call(trace_info, U256::zero(), Some(vec![]), self.depth, vec![], delegate_call);
tracer.trace_call(trace_info, U256::zero(), trace_output, self.depth, vec![], delegate_call);
Ok(params.gas)
}
}