mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
c.d/utils: rename vmtrace.config to vmtrace.jsonconfig (#29554)
rename vmtrace.config to vmtrace.jsonconfig for consinstency with t8ntool trace.jsonconfig
This commit is contained in:
parent
fadd9d8b81
commit
72f69366de
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ var (
|
|||
Category: flags.VMCategory,
|
||||
}
|
||||
VMTraceConfigFlag = &cli.StringFlag{
|
||||
Name: "vmtrace.config",
|
||||
Name: "vmtrace.jsonconfig",
|
||||
Usage: "Tracer configuration (JSON)",
|
||||
Category: flags.VMCategory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue