Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
faddat and coderabbitai[bot] authored Oct 28, 2024
1 parent a4a90dd commit 6d238d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func main() {
}
log.Fatalf("Account balances are still not within 10%% of each other after adjustment")
}
}

nodeURL := config.Nodes.RPC[0] // Use the first node

Check failure on line 121 in main.go

View workflow job for this annotation

GitHub Actions / build (1.23.x, ubuntu-latest)

syntax error: non-declaration statement outside function body

Check failure on line 121 in main.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: non-declaration statement outside function body

Check failure on line 121 in main.go

View workflow job for this annotation

GitHub Actions / lint

expected declaration, found nodeURL (typecheck)

Expand Down

0 comments on commit 6d238d0

Please sign in to comment.