From 4458624a5b20ade4bc61eb5307dce32efed46750 Mon Sep 17 00:00:00 2001 From: georgehao Date: Tue, 14 Jan 2025 10:36:39 +0800 Subject: [PATCH] update eth/tracers/dir.go Tracer --- eth/tracers/dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/tracers/dir.go b/eth/tracers/dir.go index 73d9ee59a0..1cdfab5454 100644 --- a/eth/tracers/dir.go +++ b/eth/tracers/dir.go @@ -34,7 +34,7 @@ type Context struct { 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. // This involves a method to retrieve results and one to // stop tracing.