update eth/tracers/dir.go Tracer

This commit is contained in:
georgehao 2025-01-14 10:36:39 +08:00
parent d8d0388903
commit 4458624a5b
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ type Context struct {
TxHash common.Hash // Hash of the transaction being traced (zero if dangling call) TxHash common.Hash // Hash of the transaction being traced (zero if dangling call)
} }
// Tracer the set of methods that must be exposed by a tracer // Tracer represents the set of methods that must be exposed by a tracer
// for it to be available through the RPC interface. // for it to be available through the RPC interface.
// This involves a method to retrieve results and one to // This involves a method to retrieve results and one to
// stop tracing. // stop tracing.