Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling errors in Web3jClient.java #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dimitrolito
Copy link

  1. Corrected all instances of web3Serivce to web3Service to ensure consistency with the intended naming convention.
  2. Updated:
    • Constructor initialization of web3Service.
    • Usage of web3Service in method calls like rpcRequest, debugTraceBlockByNumber, and getBalanceChangesInBlock.

Motivation

The changes prevent potential confusion and reduce the likelihood of errors related to misspelled variables.

Type of Change

  • Bug fix

Checklist:

  • Opened an issue or linked to an existing issue (if applicable).
  • Performed a self-review of the changes.
  • Commented where necessary to clarify the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant