Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Oct 25, 2024
1 parent 3fc378b commit 385d07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ejections/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func RunScan(ctx *cli.Context) error {
return err
}

tx, err := eth.NewTransactor(logger, client, config.BLSOperatorStateRetrieverAddr, config.EigenDAServiceManagerAddr)
tx, err := eth.NewReader(logger, client, config.BLSOperatorStateRetrieverAddr, config.EigenDAServiceManagerAddr)
if err != nil {
return err
}
Expand Down

0 comments on commit 385d07d

Please sign in to comment.