We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03046e9 commit dabf147Copy full SHA for dabf147
1 file changed
tests/containers/geth.go
@@ -44,7 +44,6 @@ func NewGethContainer(ctx context.Context) (*GethContainer, error) {
44
"--http", "--http.addr", "0.0.0.0", "--http.vhosts", "*",
45
"--ws", "--ws.addr", "0.0.0.0", "--ws.origins", "*",
46
"--cache.blocklogs", "1024",
47
- "--networkid", fmt.Sprintf("%d", chainID),
48
"--datadir", dataDir,
49
},
50
// uncomment to print container logs to stdout
0 commit comments