Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Dec 13, 2023
1 parent 688b761 commit 7ad41e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func start(cliCtx *cli.Context) error {
// Connect to ethereum node
ethClient, err := ethclient.DialContext(cliCtx.Context, c.L1.NodeURL)
if err != nil {
log.Fatal("error connecting to %s: %+v", url, err)
log.Fatal("error connecting to %s: %+v", c.L1.NodeURL, err)
}

// Make sure the connection is okay
Expand Down

0 comments on commit 7ad41e5

Please sign in to comment.