Skip to content

Commit

Permalink
Update error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Jul 31, 2023
1 parent 2d1d7ad commit 5fe567c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simpleCall/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func main() {
base := os.Getenv("INTEGRATION_BASE")
c, err := ethrpc.DialContext(context.Background(), base)
if err != nil {
fmt.Println("Failed to connect to the client, did you specify the url in the .env.mainnet?")
panic(err)
}
clientv02 := rpc.NewProvider(c)
Expand Down

0 comments on commit 5fe567c

Please sign in to comment.