Skip to content

Commit

Permalink
chore: remove http.port flag in dev mode (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya authored Dec 14, 2023
1 parent fe73d2c commit 42abfe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ func prepareSuaveDev(ctx *cli.Context) error {
utils.DeveloperFlag.Name: "true",
utils.DeveloperGasLimitFlag.Name: "30000000",
utils.HTTPEnabledFlag.Name: "true",
utils.HTTPPortFlag.Name: "8545",
utils.HTTPVirtualHostsFlag.Name: "*",
utils.HTTPCORSDomainFlag.Name: "*",
utils.WSEnabledFlag.Name: "true",
Expand Down

0 comments on commit 42abfe5

Please sign in to comment.