From 7ad41e5d3929f6a0c8847da9529a5eebd03080e7 Mon Sep 17 00:00:00 2001 From: Samuel Furter Date: Wed, 13 Dec 2023 10:30:09 +0100 Subject: [PATCH] typo fixed --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index b39d0c1..9542adb 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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