Skip to content

Commit

Permalink
fix missing name change
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Nov 18, 2024
1 parent 8219abb commit 4762181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/transactions/logic/mocktracer/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ func (d *Tracer) AfterBlock(hdr *bookkeeping.BlockHeader) {
d.Events = append(d.Events, AfterBlock(hdr.Round))
}

func (d *Tracer) DisassembleEvalError() bool { return false }
// DetailedEvalErrors returns true, enabling detailed errors in tests.
func (d *Tracer) DetailedEvalErrors() bool { return false }

// copyDeltas makes a deep copy of the given ledgercore.StateDelta pointer, if it's not nil.
// This is inefficient, but it should only be used for testing.
Expand Down

0 comments on commit 4762181

Please sign in to comment.