mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
t8
This commit is contained in:
parent
1029e819f7
commit
607929c43f
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ func geth(ctx *cli.Context) error {
|
|||
// miner.
|
||||
func startNode(ctx *cli.Context, stack *node.Node) {
|
||||
//timing
|
||||
log2.InitOutputFile(ctx.String(utils.TimingOutputFlag.Name))
|
||||
log2.InitOutputFile(ctx.GlobalString(utils.TimingOutputFlag.Name))
|
||||
|
||||
debug.Memsize.Add("node", stack)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue