Skip to content

Commit dabf147

Browse files
committed
fix: remove network id flag
1 parent 03046e9 commit dabf147

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/containers/geth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func NewGethContainer(ctx context.Context) (*GethContainer, error) {
4444
"--http", "--http.addr", "0.0.0.0", "--http.vhosts", "*",
4545
"--ws", "--ws.addr", "0.0.0.0", "--ws.origins", "*",
4646
"--cache.blocklogs", "1024",
47-
"--networkid", fmt.Sprintf("%d", chainID),
4847
"--datadir", dataDir,
4948
},
5049
// uncomment to print container logs to stdout

0 commit comments

Comments
 (0)