Skip to content

Commit

Permalink
Merge pull request #974 from SamWilsn/pr-973
Browse files Browse the repository at this point in the history
Port #973 to prague
  • Loading branch information
petertdavies authored Jul 4, 2024
2 parents f92d645 + ff39504 commit 5dbd8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/prague/fork_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def encode_account(raw_account_data: Account, storage_root: Bytes) -> Bytes:
Encode `Account` dataclass.
Storage is not stored in the `Account` dataclass, so `Accounts` cannot be
encoded with providing a storage root.
encoded without providing a storage root.
"""
return rlp.encode(
(
Expand Down

0 comments on commit 5dbd8a0

Please sign in to comment.