Skip to content

Commit

Permalink
builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Mar 11, 2024
1 parent 44706d7 commit 627fcc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arbnode/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ func createNodeImpl(
manager, err := challengemanager.New(
ctx,
assertionChain,
l1client,
provider,
assertionChain.RollupAddress(),
opts...,
Expand Down
1 change: 0 additions & 1 deletion staker/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func NewManager(
manager, err := challengemanager.New(
ctx,
chain,
client,
provider,
rollupAddress,
challengemanager.WithName(config.ValidatorName),
Expand Down

0 comments on commit 627fcc6

Please sign in to comment.