Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eth/tracers/native/call_flat.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ func (t *flatCallTracer) GetResult() (json.RawMessage, error) {

// Stop terminates execution of the tracer at the first opportune moment.
func (t *flatCallTracer) Stop(err error) {
t.reason = err
Comment thread
amsanghi marked this conversation as resolved.
t.tracer.Stop(err)
}

Expand Down