mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 07:19:28 +00:00
eth/tracers: minor comment fix
This commit is contained in:
parent
4e2de461d7
commit
de953f5714
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
// RegisterNativeTracer makes native tracers which adhere
|
// RegisterNativeTracer makes native tracers which adhere
|
||||||
// to the `EVMLogger` interface available to the rest of the codebase.
|
// to the `Tracer` interface available to the rest of the codebase.
|
||||||
// It is typically invoked in the `init()` function, e.g. see the `native/call.go`.
|
// It is typically invoked in the `init()` function, e.g. see the `native/call.go`.
|
||||||
func RegisterNativeTracer(name string, ctor func() Tracer) {
|
func RegisterNativeTracer(name string, ctor func() Tracer) {
|
||||||
nativeTracers[name] = ctor
|
nativeTracers[name] = ctor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue