Skip to content

Commit

Permalink
Merge pull request #2123 from ImJeremyHe/patch-1
Browse files Browse the repository at this point in the history
Update common_test.go
  • Loading branch information
joshuacolvin0 committed Feb 6, 2024
2 parents 2f5a9a5 + 6a1c546 commit 3b36c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ func Create2ndNodeWithConfig(
currentExec, err := gethexec.CreateExecutionNode(ctx, l2stack, l2chainDb, l2blockchain, l1client, configFetcher)
Require(t, err)

currentNode, err := arbnode.CreateNode(ctx, l2stack, currentExec, l2arbDb, NewFetcherFromConfig(nodeConfig), l2blockchain.Config(), l1client, first.DeployInfo, &txOpts, &txOpts, dataSigner, feedErrChan, big.NewInt(13))
currentNode, err := arbnode.CreateNode(ctx, l2stack, currentExec, l2arbDb, NewFetcherFromConfig(nodeConfig), l2blockchain.Config(), l1client, first.DeployInfo, &txOpts, &txOpts, dataSigner, feedErrChan, big.NewInt(1337))
Require(t, err)

err = currentNode.Start(ctx)
Expand Down

0 comments on commit 3b36c03

Please sign in to comment.