mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
update eth/tracers/dir.go Tracer
This commit is contained in:
parent
d8d0388903
commit
4458624a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue