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

Update EIP-7612: сorrect variable name in get_account_optional function #9215

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

Conversation

DeVikingMark
Copy link

Fixed variable name inconsistency in state access functions:

  • get_account_optional: addr -> address
  • set_account: addr -> address
  • get_storage: addr, slot -> address, key

This fixes potential runtime errors in core state access functions.

@DeVikingMark DeVikingMark requested a review from eth-bot as a code owner January 6, 2025 00:45
@github-actions github-actions bot added c-update Modifies an existing proposal s-draft This EIP is a Draft t-core labels Jan 6, 2025
@eth-bot
Copy link
Collaborator

eth-bot commented Jan 6, 2025

File EIPS/eip-7612.md

Requires 1 more reviewers from @adietrichs, @gabrocheleau, @gballet, @GottfriedHerold, @jlokier, @jsign, @matkt, @parithosh, @tanishqjasoria

@eth-bot eth-bot added the a-review Waiting on author to review label Jan 6, 2025
@eth-bot eth-bot changed the title fix: сorrect variable name in get_account_optional function Update EIP-7612: сorrect variable name in get_account_optional function Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-review Waiting on author to review c-update Modifies an existing proposal s-draft This EIP is a Draft t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants