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 typos #414

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Fix typos #414

wants to merge 2 commits into from

Conversation

teenager-ETH
Copy link

Fix Typos in Documentation and Code Comments

Description

This pull request fixes minor typos in comments within two files:

  1. RegisterOperatorsWithEigenlayer.s.sol
  2. attestation.go

Changes Made:

  • File: RegisterOperatorsWithEigenlayer.s.sol

    • Fixed the typo in the comment:
      • Old: them at runtime whenver we start anvil for a test or localnet.
      • New: them at runtime whenever we start anvil for a test or localnet.
  • File: attestation.go

    • Fixed the typo in the comment:
      • Old: We are storing PubKey sepearately so that we can list the pubkey without needing password to decrypt the private key.
      • New: We are storing PubKey separately so that we can list the pubkey without needing password to decrypt the private key.

Checklist

  • Typos fixed without altering the functionality of the code.
  • Comments remain accurate and relevant to the code.
  • Build and tests pass successfully.

@teenager-ETH
Copy link
Author

These changes are minor, focusing solely on improving the clarity of comments.

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