Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Aug 31, 2023
1 parent 9163832 commit 1376181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/node/docker_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func (d *DockerNode) startHost() error {
"-rollupInterval=3s",
fmt.Sprintf("-logLevel=%d", d.cfg.logLevel),
fmt.Sprintf("-isInboundP2PEnabled=%t", d.cfg.isInboundP2PEnabled),

}
if !d.cfg.hostInMemDB {
cmd = append(cmd, "-levelDBPath", _hostDataDir)
Expand Down

0 comments on commit 1376181

Please sign in to comment.